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:
parent
18f8e3e32b
commit
166025313b
8 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue