Skip to content

Commit

Permalink
Make verbiage consistent on select windows
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Jul 13, 2024
1 parent 447dc4a commit 13c6119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pysollib/tile/selectcardset.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def initKw(self, kw):
s = (_("&Info..."), 10)
kw = KwStruct(kw,
strings=(s, 'sep',
_("&OK"), _("&Cancel"),),
_("&Select"), _("&Cancel"),),
default=0,
resizable=True,
)
Expand Down
2 changes: 1 addition & 1 deletion pysollib/tile/selecttile.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def destroy(self):
def initKw(self, kw):
kw = KwStruct(kw,
strings=((_("&Solid color..."), 10),
'sep', _("&OK"), _("&Cancel"),),
'sep', _("&Select"), _("&Cancel"),),
default=0,
resizable=True,
font=None,
Expand Down

0 comments on commit 13c6119

Please sign in to comment.