From c1f5e128f215260ef9bc02e4efafa5a5073cb309 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 13 Jul 2024 20:44:41 +0200 Subject: lang: fix spelling of "turn order" --- lang/include/turns/lang/messages.hpp | 2 +- lang/po/labels/de.po | 2 +- 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" -- cgit v1.2.3