fix some strings

This commit is contained in:
Yann Leboulanger 2005-11-21 18:28:34 +00:00
parent e0389a32d5
commit c3feaf89cf
2 changed files with 2 additions and 2 deletions

View File

@ -542,6 +542,6 @@ class ServiceDiscoveryTooltip(BaseTooltip):
if status == 1:
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'
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'))
self.win.add(label)