Fix typo in DHCP warning

Add missing whitespace at the end of string.

Change-Id: Ib4141c84516b372488d7cd7f1b64fa3abb8bd824
Closes-Bug: #1496788
This commit is contained in:
Kyrylo Romanenko 2015-09-17 13:26:30 +03:00 committed by Matthew Mosesohn
parent 11c0c58329
commit fa484f497b
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ class interfaces(urwid.WidgetWrap):
"center"))
dhcp_info.append(
widget.TextLabel(
"Unable to detect DHCP server" +
"Unable to detect DHCP server " +
"on interface %s." % (self.activeiface) +
"\nDHCP will be set up in the background, " +
"but may not receive an IP address. You may " +