1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 04:20:22 +01:00

Add whitespace after the dhcp hostname edit label.

This commit is contained in:
Andrew Psaltis
2009-11-26 00:48:49 -05:00
parent 2159666240
commit 2dcc230b0b

View File

@@ -60,7 +60,7 @@ class AdvancedSettingsDialog(urwid.WidgetWrap):
dns3_t = ('editcp',language['dns']+ ' 3'+':'+' '*8) dns3_t = ('editcp',language['dns']+ ' 3'+':'+' '*8)
use_dhcp_h_t = ("Use DHCP Hostname") use_dhcp_h_t = ("Use DHCP Hostname")
dhcp_h_t = ('editcp',"DHCP Hostname:") dhcp_h_t = ('editcp',"DHCP Hostname: ")
cancel_t = 'Cancel' cancel_t = 'Cancel'
ok_t = 'OK' ok_t = 'OK'