summaryrefslogtreecommitdiff
path: root/lang/include
diff options
context:
space:
mode:
Diffstat (limited to 'lang/include')
-rw-r--r--lang/include/turns/lang/messages.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp
index fe9295a..8dc9981 100644
--- a/lang/include/turns/lang/messages.hpp
+++ b/lang/include/turns/lang/messages.hpp
@@ -17,6 +17,7 @@ namespace turns::lang
auto constexpr static new_turn_order_file_name = "New turn order.trns";
auto constexpr static next_participant = "Next participant";
auto constexpr static no_active_turn_order = "No active turn order";
+ auto constexpr static open = "_Open...";
auto constexpr static previous_participant = "Previous participant";
auto constexpr static priority = "Priority";
auto constexpr static priority_number = "Priority {}";
@@ -30,6 +31,7 @@ namespace turns::lang
auto constexpr static stop = "Stop";
auto constexpr static stop_and_clear = "Stop and clear";
auto constexpr static stop_turn_order = "Stop turn order";
+ auto constexpr static successfully_opened_format = "Successfully opened '{}'";
auto constexpr static successfully_saved_format = "Successfully saved '{}'";
auto constexpr static turns = "Turns";
auto constexpr static turns_files = "Turns Files";