Minor changes under the hod
This commit is contained in:
parent
f6f12ab124
commit
87c6318ed5
1 changed files with 6 additions and 0 deletions
|
@ -167,7 +167,13 @@ class Ui_Updater_Window(object):
|
||||||
self.restart_checkBox.setText(QCoreApplication.translate("Updater_Window", u"Restart", None))
|
self.restart_checkBox.setText(QCoreApplication.translate("Updater_Window", u"Restart", None))
|
||||||
self.label_last_check.setText(QCoreApplication.translate("Updater_Window", u"Last update check:", None))
|
self.label_last_check.setText(QCoreApplication.translate("Updater_Window", u"Last update check:", None))
|
||||||
self.label_last_check_2.setText(QCoreApplication.translate("Updater_Window", u"TextLabel", None))
|
self.label_last_check_2.setText(QCoreApplication.translate("Updater_Window", u"TextLabel", None))
|
||||||
|
#if QT_CONFIG(tooltip)
|
||||||
|
self.check_local_Button.setToolTip(QCoreApplication.translate("Updater_Window", u"FOR DEVELOPER", None))
|
||||||
|
#endif // QT_CONFIG(tooltip)
|
||||||
self.check_local_Button.setText(QCoreApplication.translate("Updater_Window", u"Check local", None))
|
self.check_local_Button.setText(QCoreApplication.translate("Updater_Window", u"Check local", None))
|
||||||
|
#if QT_CONFIG(tooltip)
|
||||||
|
self.update_local_Button.setToolTip(QCoreApplication.translate("Updater_Window", u"FOR DEVELOPER", None))
|
||||||
|
#endif // QT_CONFIG(tooltip)
|
||||||
self.update_local_Button.setText(QCoreApplication.translate("Updater_Window", u"Update local", None))
|
self.update_local_Button.setText(QCoreApplication.translate("Updater_Window", u"Update local", None))
|
||||||
# retranslateUi
|
# retranslateUi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue