Skip to content

Commit 24fc180

Browse files
committed
translation update
1 parent 41753d7 commit 24fc180

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+5085
-2879
lines changed

lib/python/Screens/Setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ def layoutFinished(self):
222222
def setFootnote(self, footnote):
223223
if footnote is None:
224224
if self.getCurrentEntry().endswith("*"):
225-
self["footnote"].setText(_("* = Restart Required"))
225+
self["footnote"].setText(_("* = Restart required if this item is changed."))
226226
self["footnote"].show()
227227
elif self.getCurrentEntry().endswith("#"):
228-
self["footnote"].setText(_("# = Reboot Required"))
228+
self["footnote"].setText(_("# = Reboot required if this item is changed."))
229229
self["footnote"].show()
230230
else:
231231
self["footnote"].setText("")

0 commit comments

Comments
 (0)