fix string

This commit is contained in:
Nikos Kouremenos 2005-08-05 15:46:34 +00:00
parent f047663bf8
commit d04ae286ae

View file

@ -734,7 +734,7 @@ class Chat:
else: else:
if dict_link.find('%s') == -1: if dict_link.find('%s') == -1:
# we must have %s in the url if not WIKTIONARY # we must have %s in the url if not WIKTIONARY
item = gtk.MenuItem(_('Dictionary url is not WIKTIONARY or is missing an "%s"')) item = gtk.MenuItem(_('Dictionary URL is missing an "%s" and it is not WIKTIONARY'))
item.set_property('sensitive', False) item.set_property('sensitive', False)
else: else:
link = dict_link % self.selected_phrase link = dict_link % self.selected_phrase