Skip to content
Snippets Groups Projects
Commit a1f58a5a authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

ResourceSelector: Fix typo

parent 85eb7436
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ def __init__(self,
for constraint in constraints:
if not resource_contact.supports(constraint):
self.set_sensitive(False)
self.set_tooltip_text(_('This devices is not compatible.'))
self.set_tooltip_text(_('This device is not compatible.'))
self.add(box)
self.show_all()
......
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