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

Make verbiage consistent on select windows

This commit is contained in:
Joe R 2024-07-13 17:23:03 -04:00
parent 447dc4afea
commit 13c611949d
2 changed files with 2 additions and 2 deletions

View file

@ -404,7 +404,7 @@ class SelectCardsetDialogWithPreview(MfxDialog):
s = (_("&Info..."), 10) s = (_("&Info..."), 10)
kw = KwStruct(kw, kw = KwStruct(kw,
strings=(s, 'sep', strings=(s, 'sep',
_("&OK"), _("&Cancel"),), _("&Select"), _("&Cancel"),),
default=0, default=0,
resizable=True, resizable=True,
) )

View file

@ -265,7 +265,7 @@ class SelectTileDialogWithPreview(MfxDialog):
def initKw(self, kw): def initKw(self, kw):
kw = KwStruct(kw, kw = KwStruct(kw,
strings=((_("&Solid color..."), 10), strings=((_("&Solid color..."), 10),
'sep', _("&OK"), _("&Cancel"),), 'sep', _("&Select"), _("&Cancel"),),
default=0, default=0,
resizable=True, resizable=True,
font=None, font=None,