summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-03-11 19:57:34 +0000
committerJeremy Katz <katzj@redhat.com>2002-03-11 19:57:34 +0000
commit81a2659a9fca05cebf0720262ef95d9a160a10a9 (patch)
treef0f66f7dcfbaaf2c64075cd2960778f1b52ec8d2 /textw
parenta20a06b5d30dbc4698ecd7108c17c798a1eea67f (diff)
downloadanaconda-81a2659a9fca05cebf0720262ef95d9a160a10a9.tar.gz
anaconda-81a2659a9fca05cebf0720262ef95d9a160a10a9.tar.xz
anaconda-81a2659a9fca05cebf0720262ef95d9a160a10a9.zip
tertiary is more correct than ternary (#60963)
Diffstat (limited to 'textw')
-rw-r--r--textw/network_text.py2
1 files changed, 1 insertions, 1 deletions
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,