diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-15 01:04:18 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-15 01:04:18 +0200 |
| commit | 8a96eb94024078438881d06553a352d35d678dc0 (patch) | |
| tree | 6edb43c597af82bc1c4e5d71b29ef35c21dda638 /lang/include | |
| parent | 077f9862977a7519253f1597396fdfef158cbe3e (diff) | |
| download | turns-8a96eb94024078438881d06553a352d35d678dc0.tar.xz turns-8a96eb94024078438881d06553a352d35d678dc0.zip | |
app/ui: prepare start button UI
Diffstat (limited to 'lang/include')
| -rw-r--r-- | lang/include/turns/lang/messages.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp index 2558d56..3d6b6f6 100644 --- a/lang/include/turns/lang/messages.hpp +++ b/lang/include/turns/lang/messages.hpp @@ -15,6 +15,7 @@ namespace turns::lang auto constexpr static priority = "Priority"; auto constexpr static priority_number = "Priority {}"; auto constexpr static quit = "_Quit"; + auto constexpr static start_turn_order = "Start turn order"; auto constexpr static turns = "Turns"; } // namespace turns::lang |
