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:
parent
447dc4afea
commit
13c611949d
2 changed files with 2 additions and 2 deletions
|
@ -404,7 +404,7 @@ class SelectCardsetDialogWithPreview(MfxDialog):
|
|||
s = (_("&Info..."), 10)
|
||||
kw = KwStruct(kw,
|
||||
strings=(s, 'sep',
|
||||
_("&OK"), _("&Cancel"),),
|
||||
_("&Select"), _("&Cancel"),),
|
||||
default=0,
|
||||
resizable=True,
|
||||
)
|
||||
|
|
|
@ -265,7 +265,7 @@ class SelectTileDialogWithPreview(MfxDialog):
|
|||
def initKw(self, kw):
|
||||
kw = KwStruct(kw,
|
||||
strings=((_("&Solid color..."), 10),
|
||||
'sep', _("&OK"), _("&Cancel"),),
|
||||
'sep', _("&Select"), _("&Cancel"),),
|
||||
default=0,
|
||||
resizable=True,
|
||||
font=None,
|
||||
|
|
Loading…
Add table
Reference in a new issue