summaryrefslogtreecommitdiff
path: root/lang/include
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-26 20:16:33 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-26 20:16:33 +0200
commit08a8362a39a7b71c087f165a1079b5439c52d35e (patch)
treedde0b54f29e0737b7cb061746c3183164c653997 /lang/include
parent7a093920809394f7f31b75c444fe6009d1de7005 (diff)
downloadturns-08a8362a39a7b71c087f165a1079b5439c52d35e.tar.xz
turns-08a8362a39a7b71c087f165a1079b5439c52d35e.zip
turns: perform source cleanup
Diffstat (limited to 'lang/include')
-rw-r--r--lang/include/turns/lang/messages.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp
index 8dc9981..42de7bb 100644
--- a/lang/include/turns/lang/messages.hpp
+++ b/lang/include/turns/lang/messages.hpp
@@ -6,8 +6,8 @@ namespace turns::lang
auto constexpr static add_participant = "Add participant";
auto constexpr static cancel = "Cancel";
auto constexpr static clear = "_Clear";
- auto constexpr static disposition = "Disposition";
auto constexpr static delete_participant = "Delete participant";
+ auto constexpr static disposition = "Disposition";
auto constexpr static edit_participant = "Edit participant";
auto constexpr static end_turn_order = "End turn order";
auto constexpr static finish = "Finish";
@@ -23,10 +23,10 @@ namespace turns::lang
auto constexpr static priority_number = "Priority {}";
auto constexpr static question_clear_turn_order = "Do you want to clear the turn order?";
auto constexpr static quit = "_Quit";
+ auto constexpr static round_number = "Round {}";
auto constexpr static save = "_Save";
auto constexpr static save_as = "Save as...";
auto constexpr static saving_failed_format = "Saving failed: {}";
- auto constexpr static round_number = "Round {}";
auto constexpr static start_turn_order = "Start turn order";
auto constexpr static stop = "Stop";
auto constexpr static stop_and_clear = "Stop and clear";