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:
@@ -60,7 +60,7 @@ class AdvancedSettingsDialog(urwid.WidgetWrap):
|
||||
dns3_t = ('editcp',language['dns']+ ' 3'+':'+' '*8)
|
||||
|
||||
use_dhcp_h_t = ("Use DHCP Hostname")
|
||||
dhcp_h_t = ('editcp',"DHCP Hostname:")
|
||||
dhcp_h_t = ('editcp',"DHCP Hostname: ")
|
||||
|
||||
cancel_t = 'Cancel'
|
||||
ok_t = 'OK'
|
||||
|
||||
Reference in New Issue
Block a user