less confusing wording

This commit is contained in:
leminlimez
2024-12-11 17:41:50 -05:00
parent 8117baef9d
commit 843d5368dd
4 changed files with 4 additions and 7 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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))

View File

@@ -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))