diff --git a/pysollib/tile/selectcardset.py b/pysollib/tile/selectcardset.py index 993ba89d..b5115cbc 100644 --- a/pysollib/tile/selectcardset.py +++ b/pysollib/tile/selectcardset.py @@ -404,7 +404,7 @@ class SelectCardsetDialogWithPreview(MfxDialog): s = (_("&Info..."), 10) kw = KwStruct(kw, strings=(s, 'sep', - _("&OK"), _("&Cancel"),), + _("&Select"), _("&Cancel"),), default=0, resizable=True, ) diff --git a/pysollib/tile/selecttile.py b/pysollib/tile/selecttile.py index 248d4803..6e4a604a 100644 --- a/pysollib/tile/selecttile.py +++ b/pysollib/tile/selecttile.py @@ -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,