Skip to content
Snippets Groups Projects
Commit 04eac0d1 authored by nkour's avatar nkour
Browse files

fix string

parent 1e2e0d4d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment