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
|
from tweaks.daemons_tweak import Daemon
|
||||||
|
|
||||||
App_Version = "4.2"
|
App_Version = "4.2"
|
||||||
App_Build = 7
|
App_Build = 0
|
||||||
|
|
||||||
class Page(Enum):
|
class Page(Enum):
|
||||||
Home = 0
|
Home = 0
|
||||||
|
|||||||
@@ -4611,8 +4611,7 @@ Warning: Disabling will cause the battery to show "Unknown Part" or &q
|
|||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Note: Skip Setup is currently turned on.
|
<string>Note: Skip Setup is currently turned on.</string>
|
||||||
It can be turned off in the Settings tab.</string>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="alignment">
|
<property name="alignment">
|
||||||
<set>Qt::AlignCenter</set>
|
<set>Qt::AlignCenter</set>
|
||||||
|
|||||||
@@ -3442,8 +3442,7 @@ class Ui_Nugget(object):
|
|||||||
self.chooseGestaltBtn.setText(QCoreApplication.translate("Nugget", u" Choose Gestalt File", None))
|
self.chooseGestaltBtn.setText(QCoreApplication.translate("Nugget", u" Choose Gestalt File", None))
|
||||||
self.applyTweaksBtn.setText(QCoreApplication.translate("Nugget", u" Apply Changes", None))
|
self.applyTweaksBtn.setText(QCoreApplication.translate("Nugget", u" Apply Changes", None))
|
||||||
self.statusLbl.setText(QCoreApplication.translate("Nugget", u"Ready!", 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"
|
self.skipSetupOnLbl.setText(QCoreApplication.translate("Nugget", u"Note: Skip Setup is currently turned on.", None))
|
||||||
"It can be turned off in the Settings tab.", None))
|
|
||||||
self.removeTweaksBtn.setText(QCoreApplication.translate("Nugget", u"Remove All Tweaks", None))
|
self.removeTweaksBtn.setText(QCoreApplication.translate("Nugget", u"Remove All Tweaks", None))
|
||||||
self.resetGestaltBtn.setText(QCoreApplication.translate("Nugget", u"Reset Mobile Gestalt", None))
|
self.resetGestaltBtn.setText(QCoreApplication.translate("Nugget", u"Reset Mobile Gestalt", None))
|
||||||
self.springboardOptionsLbl1.setText(QCoreApplication.translate("Nugget", u"Nugget Settings", 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.chooseGestaltBtn.setText(QCoreApplication.translate("Nugget", u" Choose Gestalt File", None))
|
||||||
self.applyTweaksBtn.setText(QCoreApplication.translate("Nugget", u" Apply Changes", None))
|
self.applyTweaksBtn.setText(QCoreApplication.translate("Nugget", u" Apply Changes", None))
|
||||||
self.statusLbl.setText(QCoreApplication.translate("Nugget", u"Ready!", 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"
|
self.skipSetupOnLbl.setText(QCoreApplication.translate("Nugget", u"Note: Skip Setup is currently turned on.", None))
|
||||||
"It can be turned off in the Settings tab.", None))
|
|
||||||
self.removeTweaksBtn.setText(QCoreApplication.translate("Nugget", u"Remove All Tweaks", None))
|
self.removeTweaksBtn.setText(QCoreApplication.translate("Nugget", u"Remove All Tweaks", None))
|
||||||
self.resetGestaltBtn.setText(QCoreApplication.translate("Nugget", u"Reset Mobile Gestalt", None))
|
self.resetGestaltBtn.setText(QCoreApplication.translate("Nugget", u"Reset Mobile Gestalt", None))
|
||||||
self.springboardOptionsLbl1.setText(QCoreApplication.translate("Nugget", u"Nugget Settings", None))
|
self.springboardOptionsLbl1.setText(QCoreApplication.translate("Nugget", u"Nugget Settings", None))
|
||||||
|
|||||||
Reference in New Issue
Block a user