adium/adium

919aceba76e0
This should fix the typo reported in #16729. Fixes #16729.
Binary file Resources/ca.lproj/Localizable.strings has changed
Binary file Resources/cs.lproj/Localizable.strings has changed
Binary file Resources/da.lproj/Localizable.strings has changed
Binary file Resources/de.lproj/Localizable.strings has changed
Binary file Resources/el_GR.lproj/Localizable.strings has changed
Binary file Resources/en.lproj/Localizable.strings has changed
--- a/Resources/en_AU.lproj/Localizable.strings Thu Apr 10 15:43:14 2014 +0200
+++ b/Resources/en_AU.lproj/Localizable.strings Wed Apr 16 23:54:09 2014 +0200
@@ -1855,7 +1855,7 @@
"Incoming:" = "Incoming:";
/* No comment provided by engineer. */
-"Incorrect number of command argments." = "Incorrect number of command argments.";
+"Incorrect number of command arguments." = "Incorrect number of command arguments.";
/* Error message displayed when the server reports username or password as being incorrect. */
"Incorrect username or password" = "Incorrect username or password";
Binary file Resources/en_GB.lproj/Localizable.strings has changed
Binary file Resources/es.lproj/Localizable.strings has changed
Binary file Resources/fi.lproj/Localizable.strings has changed
Binary file Resources/fr.lproj/Localizable.strings has changed
Binary file Resources/fr_CA.lproj/Localizable.strings has changed
Binary file Resources/hu.lproj/Localizable.strings has changed
Binary file Resources/is.lproj/Localizable.strings has changed
Binary file Resources/it.lproj/Localizable.strings has changed
Binary file Resources/ja.lproj/Localizable.strings has changed
Binary file Resources/nb.lproj/Localizable.strings has changed
Binary file Resources/nl.lproj/Localizable.strings has changed
Binary file Resources/pl.lproj/Localizable.strings has changed
Binary file Resources/pt.lproj/Localizable.strings has changed
Binary file Resources/pt_PT.lproj/Localizable.strings has changed
Binary file Resources/ru.lproj/Localizable.strings has changed
Binary file Resources/sk_SK.lproj/Localizable.strings has changed
Binary file Resources/sl.lproj/Localizable.strings has changed
Binary file Resources/sv.lproj/Localizable.strings has changed
Binary file Resources/tr.lproj/Localizable.strings has changed
Binary file Resources/uk.lproj/Localizable.strings has changed
Binary file Resources/zh_CN.lproj/Localizable.strings has changed
Binary file Resources/zh_TW.lproj/Localizable.strings has changed
--- a/Source/AdiumMessageEvents.m Thu Apr 10 15:43:14 2014 +0200
+++ b/Source/AdiumMessageEvents.m Wed Apr 16 23:54:09 2014 +0200
@@ -132,7 +132,7 @@
break;
case AIChatInvalidNumberOfArguments:
- message = AILocalizedString(@"Incorrect number of command argments.",nil);
+ message = AILocalizedString(@"Incorrect number of command arguments.",nil);
break;
case AIChatMessageSendingConnectionError: