diff --git a/src/strings.cpp b/src/strings.cpp index 5be32cb..9a7fb41 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -8,7 +8,7 @@ constexpr strings english_strings{ .print_this_help = "Print this help", .print_version = "Print version", .version = "version", - .main_menu = "Main menu", + .main_menu = "List of complaints", .f1_to_exit = "F1 to exit", .unknown_command = "Unknown command:", .min_terminal_size = "Minimum terminal size: 90x28", @@ -88,7 +88,7 @@ constexpr strings czech_strings{ .print_this_help = "Zobrazit tuto nápovědu", .print_version = "Zobrazit verzi", .version = "verze", - .main_menu = "Hlavní nabídka", + .main_menu = "Seznam Oznámení", .f1_to_exit = "F1 pro ukončení", .unknown_command = "Neznámý příkaz: ", .min_terminal_size = "Minimální velikost terminálu: 90x28", @@ -158,4 +158,4 @@ Podpis oznamovatele: {0} .reference_name = "Referenční Název", .status_strings = {"Nebylo odesláno", "Odesláno", "Zamítnuto", "Přijato"}}; -const strings* loc_strings; \ No newline at end of file +const strings *loc_strings; \ No newline at end of file