diff options
-rw-r--r-- | iw/network_gui.py | 2 | ||||
-rw-r--r-- | textw/network_text.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/iw/network_gui.py b/iw/network_gui.py index c671e9a23..f1cb56a66 100644 --- a/iw/network_gui.py +++ b/iw/network_gui.py @@ -258,7 +258,7 @@ class NetworkWindow(InstallWindow): box.pack_start(gtk.HSeparator(), gtk.FALSE, padding=10) options = [_("Hostname"), _("Gateway"), _("Primary DNS"), - _("Secondary DNS"), _("Ternary DNS")] + _("Secondary DNS"), _("Tertiary DNS")] for i in range(len(options)): label = gtk.Label("%s:" %(options[i],)) diff --git a/textw/network_text.py b/textw/network_text.py index 53674a89f..7307a472c 100644 --- a/textw/network_text.py +++ b/textw/network_text.py @@ -88,7 +88,7 @@ class NetworkWindow: anchorLeft = 1) secondg.setField (Label (_("Secondary nameserver:")), 0, 4, anchorLeft = 1) - secondg.setField (Label (_("Ternary nameserver:")), 0, 5, + secondg.setField (Label (_("Tertiary nameserver:")), 0, 5, anchorLeft = 1) if ask_ptp: secondg.setField (Label (_("Point to Point (IP):")), 0, 6, |