From 58dd73899e78ccfeda3bfcb3575471f7ac326605 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 6 Dec 2014 12:18:09 -0800 Subject: [PATCH] Misc: fix a typo (s/uncompatible/incompatible/) --- plugins/Misc/locales/de.po | 2 +- plugins/Misc/locales/fi.po | 2 +- plugins/Misc/locales/fr.po | 2 +- plugins/Misc/locales/hu.po | 2 +- plugins/Misc/locales/it.po | 2 +- plugins/Misc/plugin.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/Misc/locales/de.po b/plugins/Misc/locales/de.po index 71fe9f9b6..d75ac76f0 100644 --- a/plugins/Misc/locales/de.po +++ b/plugins/Misc/locales/de.po @@ -75,7 +75,7 @@ msgstr "" "Listet die Befehl auf die das gegebene Plugin anbietet. Falls kein Plugin angegeben wird, werden alle verfügbaren öffentliche Befehle aufgelistet. Falls --private angegeben wird, werden alle privaten Plugins aufgelistet." #: plugin.py:163 -msgid "--private and --unloaded are uncompatible options." +msgid "--private and --unloaded are incompatible options." msgstr "" #: plugin.py:194 diff --git a/plugins/Misc/locales/fi.po b/plugins/Misc/locales/fi.po index 523fba89f..07703a53a 100644 --- a/plugins/Misc/locales/fi.po +++ b/plugins/Misc/locales/fi.po @@ -133,7 +133,7 @@ msgstr "" " " #: plugin.py:205 -msgid "--private and --unloaded are uncompatible options." +msgid "--private and --unloaded are incompatible options." msgstr "--private ja --unloaded ovat epäyhteensopivia asetuksia." #: plugin.py:236 diff --git a/plugins/Misc/locales/fr.po b/plugins/Misc/locales/fr.po index 9422e470d..33b203996 100644 --- a/plugins/Misc/locales/fr.po +++ b/plugins/Misc/locales/fr.po @@ -114,7 +114,7 @@ msgstr "" "qui ne sont pas chargés." #: plugin.py:201 -msgid "--private and --unloaded are uncompatible options." +msgid "--private and --unloaded are incompatible options." msgstr "--private et --unloaded ne sont pas des options compatibles." #: plugin.py:232 diff --git a/plugins/Misc/locales/hu.po b/plugins/Misc/locales/hu.po index 376af9b29..3b669c51f 100644 --- a/plugins/Misc/locales/hu.po +++ b/plugins/Misc/locales/hu.po @@ -78,7 +78,7 @@ msgstr "" "Kiírja az elérhető parancsokat a megadott bővítményben. Ha nincs megadva bővítmény, kiírja az elérhető publikus bővítményeket. Ha --private meg van adva, kiírja a privát bővítményeket." #: plugin.py:163 -msgid "--private and --unloaded are uncompatible options." +msgid "--private and --unloaded are incompatible options." msgstr "" #: plugin.py:194 diff --git a/plugins/Misc/locales/it.po b/plugins/Misc/locales/it.po index 4563a1dfa..c878ce44a 100644 --- a/plugins/Misc/locales/it.po +++ b/plugins/Misc/locales/it.po @@ -88,7 +88,7 @@ msgstr "" " " #: plugin.py:163 -msgid "--private and --unloaded are uncompatible options." +msgid "--private and --unloaded are incompatible options." msgstr "Le opzioni --private e --unloaded non possono essere usate insieme." #: plugin.py:194 diff --git a/plugins/Misc/plugin.py b/plugins/Misc/plugin.py index 9b184578d..8f0d466ec 100644 --- a/plugins/Misc/plugin.py +++ b/plugins/Misc/plugin.py @@ -208,7 +208,7 @@ class Misc(callbacks.Plugin): not ircdb.checkCapability(msg.prefix, 'owner'): irc.errorNoCapability('owner') if unloaded and private: - irc.error(_('--private and --unloaded are uncompatible options.')) + irc.error(_('--private and --unloaded are incompatible options.')) return if not cb: if unloaded: