Mercurial > libervia-desktop-kivy
changeset 239:a2af4c1e9c6f
plugin remote: fixed error message
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 03 Oct 2018 21:02:53 +0200 |
parents | 7918a5668304 |
children | f555b10712d7 |
files | cagou/plugins/plugin_wid_remote.py |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_remote.py Fri Aug 31 17:01:31 2018 +0200 +++ b/cagou/plugins/plugin_wid_remote.py Wed Oct 03 21:02:53 2018 +0200 @@ -232,8 +232,7 @@ try: namespace = self.host.ns_map['commands'] except KeyError: - msg = _(u"can't find file information sharing namespace, " - u"is the plugin running?") + msg = _(u"can't find ad-hoc commands namespace, is the plugin running?") log.warning(msg) G.host.addNote(_(u"missing plugin"), msg, C.XMLUI_DATA_LVL_ERROR) return