Skip to content

Commit aa8102d

Browse files
authored
Merge pull request #3673 from pololoko111/patch-14
Fix 'Network Restart' text to support localization
2 parents 4f8e22a + eef30a9 commit aa8102d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/python/Screens/NetworkSetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __init__(self, session):
7575
self.edittext = _("Press OK to edit the settings.")
7676
self["key_red"] = StaticText(_("Close"))
7777
self["key_green"] = StaticText(_("Select"))
78-
self["key_yellow"] = StaticText("Network Restart")
78+
self["key_yellow"] = StaticText(_("Network Restart"))
7979
self["key_blue"] = StaticText(_(""))
8080
self["introduction"] = StaticText(self.edittext)
8181
self["OkCancelActions"] = HelpableActionMap(self, ["OkCancelActions", "ColorActions", "MenuActions"], {

0 commit comments

Comments
 (0)