mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
less confusing wording
This commit is contained in:
@@ -19,7 +19,7 @@ from tweaks.custom_gestalt_tweaks import CustomGestaltTweaks, ValueTypeStrings
|
||||
from tweaks.daemons_tweak import Daemon
|
||||
|
||||
App_Version = "4.2"
|
||||
App_Build = 7
|
||||
App_Build = 0
|
||||
|
||||
class Page(Enum):
|
||||
Home = 0
|
||||
|
||||
@@ -4611,8 +4611,7 @@ Warning: Disabling will cause the battery to show "Unknown Part" or &q
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Note: Skip Setup is currently turned on.
|
||||
It can be turned off in the Settings tab.</string>
|
||||
<string>Note: Skip Setup is currently turned on.</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
|
||||
@@ -3442,8 +3442,7 @@ class Ui_Nugget(object):
|
||||
self.chooseGestaltBtn.setText(QCoreApplication.translate("Nugget", u" Choose Gestalt File", None))
|
||||
self.applyTweaksBtn.setText(QCoreApplication.translate("Nugget", u" Apply Changes", None))
|
||||
self.statusLbl.setText(QCoreApplication.translate("Nugget", u"Ready!", None))
|
||||
self.skipSetupOnLbl.setText(QCoreApplication.translate("Nugget", u"Note: Skip Setup is currently turned on.\n"
|
||||
"It can be turned off in the Settings tab.", None))
|
||||
self.skipSetupOnLbl.setText(QCoreApplication.translate("Nugget", u"Note: Skip Setup is currently turned on.", None))
|
||||
self.removeTweaksBtn.setText(QCoreApplication.translate("Nugget", u"Remove All Tweaks", None))
|
||||
self.resetGestaltBtn.setText(QCoreApplication.translate("Nugget", u"Reset Mobile Gestalt", None))
|
||||
self.springboardOptionsLbl1.setText(QCoreApplication.translate("Nugget", u"Nugget Settings", None))
|
||||
|
||||
@@ -3442,8 +3442,7 @@ class Ui_Nugget(object):
|
||||
self.chooseGestaltBtn.setText(QCoreApplication.translate("Nugget", u" Choose Gestalt File", None))
|
||||
self.applyTweaksBtn.setText(QCoreApplication.translate("Nugget", u" Apply Changes", None))
|
||||
self.statusLbl.setText(QCoreApplication.translate("Nugget", u"Ready!", None))
|
||||
self.skipSetupOnLbl.setText(QCoreApplication.translate("Nugget", u"Note: Skip Setup is currently turned on.\n"
|
||||
"It can be turned off in the Settings tab.", None))
|
||||
self.skipSetupOnLbl.setText(QCoreApplication.translate("Nugget", u"Note: Skip Setup is currently turned on.", None))
|
||||
self.removeTweaksBtn.setText(QCoreApplication.translate("Nugget", u"Remove All Tweaks", None))
|
||||
self.resetGestaltBtn.setText(QCoreApplication.translate("Nugget", u"Reset Mobile Gestalt", None))
|
||||
self.springboardOptionsLbl1.setText(QCoreApplication.translate("Nugget", u"Nugget Settings", None))
|
||||
|
||||
Reference in New Issue
Block a user