fix string

This commit is contained in:
Nikos Kouremenos 2005-11-22 19:02:35 +00:00
parent 1e2e0d4de2
commit 04eac0d1fb
1 changed files with 1 additions and 1 deletions

View File

@ -543,5 +543,5 @@ class ServiceDiscoveryTooltip(BaseTooltip):
label.set_text(_('This service has not yet responded with detailed information'))
elif status == 2:
label.set_text(_('This service could not respond with detailed information.\n'
'It is most likely legacy or broken, and may not work as expected'))
'It is most likely legacy or broken'))
self.win.add(label)