From 60db1cabbafb37c7a4bf538bfc49e4e260ed4aef Mon Sep 17 00:00:00 2001 From: Bruce Allen <bdallen@nps.edu> Date: Wed, 20 Mar 2024 12:53:59 -0700 Subject: [PATCH] rename button --- python/spellcheck_whitelist_dialog.py | 2 +- python/spellcheck_whitelist_dialog.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/spellcheck_whitelist_dialog.py b/python/spellcheck_whitelist_dialog.py index 5b309e7..336c62e 100644 --- a/python/spellcheck_whitelist_dialog.py +++ b/python/spellcheck_whitelist_dialog.py @@ -44,6 +44,6 @@ class Ui_SpellcheckWhitelistDialog(object): def retranslateUi(self, SpellcheckWhitelistDialog): SpellcheckWhitelistDialog.setWindowTitle(QCoreApplication.translate("SpellcheckWhitelistDialog", u"MP Code Whitelist", None)) self.close_pb.setText(QCoreApplication.translate("SpellcheckWhitelistDialog", u"Close", None)) - self.clean_pb.setText(QCoreApplication.translate("SpellcheckWhitelistDialog", u"Clean", None)) + self.clean_pb.setText(QCoreApplication.translate("SpellcheckWhitelistDialog", u"Sort", None)) # retranslateUi diff --git a/python/spellcheck_whitelist_dialog.ui b/python/spellcheck_whitelist_dialog.ui index 2a322ae..88e31f9 100644 --- a/python/spellcheck_whitelist_dialog.ui +++ b/python/spellcheck_whitelist_dialog.ui @@ -47,7 +47,7 @@ </rect> </property> <property name="text"> - <string>Clean</string> + <string>Sort</string> </property> </widget> </widget> -- GitLab