summaryrefslogtreecommitdiff
path: root/lang/include
diff options
context:
space:
mode:
Diffstat (limited to 'lang/include')
-rw-r--r--lang/include/turns/lang/messages.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp
index 1bb572a..aed5c77 100644
--- a/lang/include/turns/lang/messages.hpp
+++ b/lang/include/turns/lang/messages.hpp
@@ -11,6 +11,7 @@ namespace turns::lang
auto constexpr static name = "Name";
auto constexpr static no_active_turn_order = "No active turn order";
auto constexpr static priority = "Priority";
+ auto constexpr static priority_number = "Priority {}";
auto constexpr static quit = "_Quit";
auto constexpr static turns = "Turns";
} // namespace turns::lang