1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Update search field verbiage for clarity

This commit is contained in:
Joe R 2024-08-04 21:19:58 -04:00
parent 18f8e3e32b
commit 166025313b
8 changed files with 16 additions and 16 deletions

View file

@ -3573,10 +3573,10 @@ msgstr ""
msgid "Inventor:" msgid "Inventor:"
msgstr "" msgstr ""
msgid "PySol Version:" msgid "PySol version:"
msgstr "" msgstr ""
msgid "Statistics:" msgid "Play history:"
msgstr "" msgstr ""
#: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400 #: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400

View file

@ -3618,10 +3618,10 @@ msgstr ""
msgid "Inventor:" msgid "Inventor:"
msgstr "" msgstr ""
msgid "PySol Version:" msgid "PySol version:"
msgstr "" msgstr ""
msgid "Statistics:" msgid "Play history:"
msgstr "" msgstr ""
#: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400 #: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400

View file

@ -3680,10 +3680,10 @@ msgstr ""
msgid "Inventor:" msgid "Inventor:"
msgstr "" msgstr ""
msgid "PySol Version:" msgid "PySol version:"
msgstr "" msgstr ""
msgid "Statistics:" msgid "Play history:"
msgstr "" msgstr ""
#: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400 #: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400

View file

@ -3635,10 +3635,10 @@ msgstr ""
msgid "Inventor:" msgid "Inventor:"
msgstr "" msgstr ""
msgid "PySol Version:" msgid "PySol version:"
msgstr "" msgstr ""
msgid "Statistics:" msgid "Play history:"
msgstr "" msgstr ""
#: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400 #: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400

View file

@ -3641,10 +3641,10 @@ msgstr "Compatibilidade:"
msgid "Inventor:" msgid "Inventor:"
msgstr "Inventor:" msgstr "Inventor:"
msgid "PySol Version:" msgid "PySol version:"
msgstr "" msgstr ""
msgid "Statistics:" msgid "Play history:"
msgstr "" msgstr ""
#: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400 #: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400

View file

@ -3439,10 +3439,10 @@ msgstr ""
msgid "Inventor:" msgid "Inventor:"
msgstr "" msgstr ""
msgid "PySol Version:" msgid "PySol version:"
msgstr "" msgstr ""
msgid "Statistics:" msgid "Play history:"
msgstr "" msgstr ""
#: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400 #: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400

View file

@ -3690,10 +3690,10 @@ msgstr ""
msgid "Inventor:" msgid "Inventor:"
msgstr "" msgstr ""
msgid "PySol Version:" msgid "PySol version:"
msgstr "" msgstr ""
msgid "Statistics:" msgid "Play history:"
msgstr "" msgstr ""
#: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400 #: pysollib/pysolgtk/selectgame.py:122 pysollib/tile/selectgame.py:400

View file

@ -1137,7 +1137,7 @@ class SelectGameAdvancedSearch(MfxDialog):
for name, games in GI.GAMES_BY_PYSOL_VERSION: for name, games in GI.GAMES_BY_PYSOL_VERSION:
versionValues.append(name) versionValues.append(name)
labelVersion = tkinter.Label(top_frame, text="PySol Version:", labelVersion = tkinter.Label(top_frame, text="PySol version:",
anchor="w") anchor="w")
labelVersion.grid(row=row, column=0, columnspan=1, sticky='ew', labelVersion.grid(row=row, column=0, columnspan=1, sticky='ew',
padx=1, pady=1) padx=1, pady=1)
@ -1154,7 +1154,7 @@ class SelectGameAdvancedSearch(MfxDialog):
statisticsValues = list(criteria.statisticsOptions.keys()) 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', labelStats.grid(row=row, column=0, columnspan=1, sticky='ew',
padx=1, pady=1) padx=1, pady=1)
textStats = PysolCombo(top_frame, values=statisticsValues, textStats = PysolCombo(top_frame, values=statisticsValues,