Skip to content

Commit

Permalink
Update search field verbiage for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Aug 5, 2024
1 parent 18f8e3e commit 1660253
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions po/de_pysol.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions po/fr_pysol.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions po/it_pysol.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions po/pl_pysol.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions po/pt_BR_pysol.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions po/pysol.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions po/ru_pysol.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pysollib/tile/selectgame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ def __init__(self, parent, title, criteria, **kw):
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)
Expand All @@ -1154,7 +1154,7 @@ def __init__(self, parent, title, criteria, **kw):

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,
Expand Down

0 comments on commit 1660253

Please sign in to comment.