mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
rename clear collection and make it non risky
This commit is contained in:
@@ -2211,12 +2211,12 @@ class Ui_Nugget(object):
|
||||
self.verticalLayout_133 = QVBoxLayout(self.posterboardPageContent)
|
||||
self.verticalLayout_133.setObjectName(u"verticalLayout_133")
|
||||
self.verticalLayout_133.setContentsMargins(0, 0, 0, 0)
|
||||
self.regularDomainsLbl_2 = QLabel(self.posterboardPageContent)
|
||||
self.regularDomainsLbl_2.setObjectName(u"regularDomainsLbl_2")
|
||||
sizePolicy1.setHeightForWidth(self.regularDomainsLbl_2.sizePolicy().hasHeightForWidth())
|
||||
self.regularDomainsLbl_2.setSizePolicy(sizePolicy1)
|
||||
self.currentPBLbl = QLabel(self.posterboardPageContent)
|
||||
self.currentPBLbl.setObjectName(u"currentPBLbl")
|
||||
sizePolicy1.setHeightForWidth(self.currentPBLbl.sizePolicy().hasHeightForWidth())
|
||||
self.currentPBLbl.setSizePolicy(sizePolicy1)
|
||||
|
||||
self.verticalLayout_133.addWidget(self.regularDomainsLbl_2)
|
||||
self.verticalLayout_133.addWidget(self.currentPBLbl)
|
||||
|
||||
self.currentPosterboardLbl = QLabel(self.posterboardPageContent)
|
||||
self.currentPosterboardLbl.setObjectName(u"currentPosterboardLbl")
|
||||
@@ -3604,10 +3604,21 @@ class Ui_Nugget(object):
|
||||
self.voiceControlChk.setText(QCoreApplication.translate("Nugget", u"Disable Voice Control", None))
|
||||
self.posterboardLbl.setText(QCoreApplication.translate("Nugget", u"Posterboard", None))
|
||||
self.modifyPosterboardsChk.setText(QCoreApplication.translate("Nugget", u"Modify", None))
|
||||
self.regularDomainsLbl_2.setText(QCoreApplication.translate("Nugget", u"Current File:", None))
|
||||
self.currentPBLbl.setText(QCoreApplication.translate("Nugget", u"Current File:", None))
|
||||
self.currentPosterboardLbl.setText(QCoreApplication.translate("Nugget", u"None", None))
|
||||
self.selectPosterboardBtn.setText(QCoreApplication.translate("Nugget", u" Select File", None))
|
||||
self.deleteAllDescriptorsBtn.setText(QCoreApplication.translate("Nugget", u" Delete All Descriptors", None))
|
||||
#if QT_CONFIG(tooltip)
|
||||
self.selectPosterboardBtn.setToolTip(QCoreApplication.translate("Nugget", u"Select a wallpaper file with the .tendies extension.", None))
|
||||
#endif // QT_CONFIG(tooltip)
|
||||
self.selectPosterboardBtn.setText(QCoreApplication.translate("Nugget", u" Select File (.tendies)", None))
|
||||
#if QT_CONFIG(tooltip)
|
||||
self.deleteAllDescriptorsBtn.setToolTip(QCoreApplication.translate("Nugget", u"Clears all the wallpapers in the Collections section so that you can import more.", None))
|
||||
#endif // QT_CONFIG(tooltip)
|
||||
self.deleteAllDescriptorsBtn.setText(QCoreApplication.translate("Nugget", u" Clear Collections Wallpapers", None))
|
||||
#if QT_CONFIG(tooltip)
|
||||
self.resetPRBExtBtn.setToolTip(QCoreApplication.translate("Nugget", u"Wipes the PRB Extension folder.\n"
|
||||
"\n"
|
||||
"Warning: This will remove all of your wallpapers and will restrict you from adding new ones until you restore again.", None))
|
||||
#endif // QT_CONFIG(tooltip)
|
||||
self.resetPRBExtBtn.setText(QCoreApplication.translate("Nugget", u" Reset PRB Extension", None))
|
||||
self.advancedOptionsLbl.setText(QCoreApplication.translate("Nugget", u"Risky Options", None))
|
||||
self.label_17.setText(QCoreApplication.translate("Nugget", u"Disclaimer:\n"
|
||||
|
||||
Reference in New Issue
Block a user