From 8060339e82e2954af3238a13462841fbca5062fd Mon Sep 17 00:00:00 2001 From: odweta Date: Fri, 3 Apr 2026 19:16:48 +0200 Subject: [PATCH] fix issue #7 --- frontend/lib/values/strings.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/lib/values/strings.dart b/frontend/lib/values/strings.dart index 4acdc4d..ce92e43 100644 --- a/frontend/lib/values/strings.dart +++ b/frontend/lib/values/strings.dart @@ -21,7 +21,7 @@ class Strings { static const String flipFlashcard = "Otočit flashkartu"; static const String nextFlashcard = "Další flashkarta"; - +// //static const String importQuotesFromFile = "Importovat hlášky ze souboru"; static const String fileExportedSuccessfully = "Soubor byl úspěšně vyexportován do: "; static const String noUndo = "Tuto akci nelze odčinit.";