Skip to content

Commit

Permalink
[PluginBrowser] Add a more relevant unstable message
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Dec 3, 2021
1 parent 051d762 commit 5c268ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/PluginBrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def startRun(self):
self["text"].setText(_("WARNING: feeds may be unstable.") + '\n' + _("Downloading plugin information. Please wait..."))
self.container.execute(self.ipkg + " update")
elif config.softwareupdate.updateisunstable.value == '1' and not config.softwareupdate.updatebeta.value:
self["text"].setText(_("Sorry feeds seem be in an unstable state, if you wish to use them please enable 'Allow unstable (experimental) updates' in \"Software update settings\"."))
self["text"].setText(_("UNSTABLE: The feeds currently contain unstable experimental items. If you wish to use these, enable 'Allow unstable (experimental) updates' in the Plugin Browser settings menu."))
else:
self.container.execute(self.ipkg + " update")
elif self.type == self.REMOVE:
Expand Down

0 comments on commit 5c268ec

Please sign in to comment.