From 166025313bb6ec7091686686e6ae01752d9c5eef Mon Sep 17 00:00:00 2001 From: Joe R Date: Sun, 4 Aug 2024 21:19:58 -0400 Subject: [PATCH] Update search field verbiage for clarity --- po/de_pysol.po | 4 ++-- po/fr_pysol.po | 4 ++-- po/it_pysol.po | 4 ++-- po/pl_pysol.po | 4 ++-- po/pt_BR_pysol.po | 4 ++-- po/pysol.pot | 4 ++-- po/ru_pysol.po | 4 ++-- pysollib/tile/selectgame.py | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/po/de_pysol.po b/po/de_pysol.po index d71fe1d8..3e6516c8 100644 --- a/po/de_pysol.po +++ b/po/de_pysol.po @@ -3573,10 +3573,10 @@ msgstr "" msgid "Inventor:" msgstr "" -msgid "PySol Version:" +msgid "PySol version:" msgstr "" -msgid "Statistics:" +msgid "Play history:" msgstr "" #: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400 diff --git a/po/fr_pysol.po b/po/fr_pysol.po index 5c0c388e..b426185b 100644 --- a/po/fr_pysol.po +++ b/po/fr_pysol.po @@ -3618,10 +3618,10 @@ msgstr "" msgid "Inventor:" msgstr "" -msgid "PySol Version:" +msgid "PySol version:" msgstr "" -msgid "Statistics:" +msgid "Play history:" msgstr "" #: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400 diff --git a/po/it_pysol.po b/po/it_pysol.po index 212c6436..68513c64 100644 --- a/po/it_pysol.po +++ b/po/it_pysol.po @@ -3680,10 +3680,10 @@ msgstr "" msgid "Inventor:" msgstr "" -msgid "PySol Version:" +msgid "PySol version:" msgstr "" -msgid "Statistics:" +msgid "Play history:" msgstr "" #: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400 diff --git a/po/pl_pysol.po b/po/pl_pysol.po index 1b250938..523f5340 100644 --- a/po/pl_pysol.po +++ b/po/pl_pysol.po @@ -3635,10 +3635,10 @@ msgstr "" msgid "Inventor:" msgstr "" -msgid "PySol Version:" +msgid "PySol version:" msgstr "" -msgid "Statistics:" +msgid "Play history:" msgstr "" #: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400 diff --git a/po/pt_BR_pysol.po b/po/pt_BR_pysol.po index 117e877a..84c087fd 100644 --- a/po/pt_BR_pysol.po +++ b/po/pt_BR_pysol.po @@ -3641,10 +3641,10 @@ msgstr "Compatibilidade:" msgid "Inventor:" msgstr "Inventor:" -msgid "PySol Version:" +msgid "PySol version:" msgstr "" -msgid "Statistics:" +msgid "Play history:" msgstr "" #: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400 diff --git a/po/pysol.pot b/po/pysol.pot index 864976d5..3a37bccd 100644 --- a/po/pysol.pot +++ b/po/pysol.pot @@ -3439,10 +3439,10 @@ msgstr "" msgid "Inventor:" msgstr "" -msgid "PySol Version:" +msgid "PySol version:" msgstr "" -msgid "Statistics:" +msgid "Play history:" msgstr "" #: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400 diff --git a/po/ru_pysol.po b/po/ru_pysol.po index 9423dac1..987de1d5 100644 --- a/po/ru_pysol.po +++ b/po/ru_pysol.po @@ -3690,10 +3690,10 @@ msgstr "" msgid "Inventor:" msgstr "" -msgid "PySol Version:" +msgid "PySol version:" msgstr "" -msgid "Statistics:" +msgid "Play history:" msgstr "" #: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400 diff --git a/pysollib/tile/selectgame.py b/pysollib/tile/selectgame.py index 34bb20c9..f2a7cfd1 100644 --- a/pysollib/tile/selectgame.py +++ b/pysollib/tile/selectgame.py @@ -1137,7 +1137,7 @@ class SelectGameAdvancedSearch(MfxDialog): for name, games in GI.GAMES_BY_PYSOL_VERSION: versionValues.append(name) - labelVersion = tkinter.Label(top_frame, text="PySol Version:", + labelVersion = tkinter.Label(top_frame, text="PySol version:", anchor="w") labelVersion.grid(row=row, column=0, columnspan=1, sticky='ew', padx=1, pady=1) @@ -1154,7 +1154,7 @@ class SelectGameAdvancedSearch(MfxDialog): statisticsValues = list(criteria.statisticsOptions.keys()) - labelStats = tkinter.Label(top_frame, text="Statistics:", anchor="w") + labelStats = tkinter.Label(top_frame, text="Play history:", anchor="w") labelStats.grid(row=row, column=0, columnspan=1, sticky='ew', padx=1, pady=1) textStats = PysolCombo(top_frame, values=statisticsValues,