Skip to content
Snippets Groups Projects
Commit 60db1cab authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
Browse files

rename button

parent 87bf9f69
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -47,7 +47,7 @@
</rect>
</property>
<property name="text">
<string>Clean</string>
<string>Sort</string>
</property>
</widget>
</widget>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment