From 08a8362a39a7b71c087f165a1079b5439c52d35e Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 26 Jul 2024 20:16:33 +0200 Subject: turns: perform source cleanup --- lang/include/turns/lang/messages.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/include') 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"; -- cgit v1.2.3