diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 23:41:34 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 23:41:34 +0200 |
| commit | 81ff22fe7897c6a405111304b74616677a3a7261 (patch) | |
| tree | bf93b5b119cc90adf8a6234b1238c459efb66d11 /lang/include | |
| parent | 3f6010e268da503f0a2a697df9cc6413af088b3b (diff) | |
| download | turns-81ff22fe7897c6a405111304b74616677a3a7261.tar.xz turns-81ff22fe7897c6a405111304b74616677a3a7261.zip | |
turns: rename "order value" to "priority"
Diffstat (limited to 'lang/include')
| -rw-r--r-- | lang/include/turns/lang/messages.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp index 359798d..1bb572a 100644 --- a/lang/include/turns/lang/messages.hpp +++ b/lang/include/turns/lang/messages.hpp @@ -10,7 +10,7 @@ namespace turns::lang 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 priority = "Priority"; auto constexpr static quit = "_Quit"; auto constexpr static turns = "Turns"; } // namespace turns::lang |
