fix string
This commit is contained in:
parent
1e2e0d4de2
commit
04eac0d1fb
1 changed files with 1 additions and 1 deletions
|
@ -543,5 +543,5 @@ class ServiceDiscoveryTooltip(BaseTooltip):
|
||||||
label.set_text(_('This service has not yet responded with detailed information'))
|
label.set_text(_('This service has not yet responded with detailed information'))
|
||||||
elif status == 2:
|
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'))
|
'It is most likely legacy or broken'))
|
||||||
self.win.add(label)
|
self.win.add(label)
|
||||||
|
|
Loading…
Add table
Reference in a new issue