diff options
Diffstat (limited to 'lang/include')
| -rw-r--r-- | lang/include/turns/lang/messages.hpp | 36 |
1 files changed, 10 insertions, 26 deletions
diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp index ea76565..359798d 100644 --- a/lang/include/turns/lang/messages.hpp +++ b/lang/include/turns/lang/messages.hpp @@ -3,32 +3,16 @@ namespace turns::lang { - namespace buttons - { - auto constexpr static finish = "Finish"; - } - - namespace menu_items - { - auto constexpr static quit = "_Quit"; - } // namespace menu_items - - namespace labels - { - auto constexpr static add_participant = "Add participant"; - auto constexpr static disposition = "Disposition"; - auto constexpr static name = "Name"; - auto constexpr static no_active_turn_order = "No active turn order"; - auto constexpr static order = "Order"; - auto constexpr static turns = "Turns"; - } // namespace labels - - namespace tooltips - { - auto constexpr static add_a_participant = "Add a participant"; - auto constexpr static main_menu = "Main Menu"; - auto constexpr static mark_as_defeated = "Mark as defeated"; - } // namespace tooltips + auto constexpr static add_participant = "Add participant"; + auto constexpr static disposition = "Disposition"; + auto constexpr static finish = "Finish"; + auto constexpr static main_menu = "Main Menu"; + auto constexpr static mark_as_defeated = "Mark as defeated"; + auto constexpr static name = "Name"; + auto constexpr static no_active_turn_order = "No active turn order"; + auto constexpr static order = "Order"; + auto constexpr static quit = "_Quit"; + auto constexpr static turns = "Turns"; } // namespace turns::lang #endif
\ No newline at end of file |
