diff options
Diffstat (limited to 'lang')
| -rw-r--r-- | lang/include/turns/lang/messages.hpp | 2 | ||||
| -rw-r--r-- | lang/po/labels/de.po | 2 | ||||
| -rw-r--r-- | lang/po/labels/en_US.po | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp index 7973f15..c7073cf 100644 --- a/lang/include/turns/lang/messages.hpp +++ b/lang/include/turns/lang/messages.hpp @@ -10,7 +10,7 @@ namespace turns::lang namespace labels { - auto constexpr static no_active_turn_order = "No active turn-order"; + auto constexpr static no_active_turn_order = "No active turn order"; auto constexpr static turns = "Turns"; } // namespace labels diff --git a/lang/po/labels/de.po b/lang/po/labels/de.po index d1cf410..82fdc4a 100644 --- a/lang/po/labels/de.po +++ b/lang/po/labels/de.po @@ -1,4 +1,4 @@ -msgid "No active turn-order" +msgid "No active turn order" msgstr "Keine aktive Zugreihenfolge" msgid "Turns" diff --git a/lang/po/labels/en_US.po b/lang/po/labels/en_US.po index 1761c41..56d9ed5 100644 --- a/lang/po/labels/en_US.po +++ b/lang/po/labels/en_US.po @@ -1,5 +1,5 @@ -msgid "No active turn-order" -msgstr "No active turn-order" +msgid "No active turn order" +msgstr "No active turn order" msgid "Turns" msgstr "Turns" |
