pidgin/purple-plugin-pack

Fix the slashexec prefs so that a mnemonic isn't incorrectly interpreted
org.guifications.plugins
2008-06-09, rekkanoryo
f6353d79c4b9
Parents 0f4a7f4135d4
Children 3ec71178c06f
Fix the slashexec prefs so that a mnemonic isn't incorrectly interpreted
from the strings.
--- a/slashexec/slashexec.c Mon Jun 09 00:27:46 2008 -0400
+++ b/slashexec/slashexec.c Mon Jun 09 00:28:56 2008 -0400
@@ -430,11 +430,11 @@
purple_plugin_pref_frame_add(frame, pref);
pref = purple_plugin_pref_new_with_name_and_label(PREF_SLASH,
- _("/exec Command (/exec some_command)"));
+ _("/exec Command (/exec someCommand)"));
purple_plugin_pref_frame_add(frame, pref);
pref = purple_plugin_pref_new_with_name_and_label(PREF_BANG,
- _("Exclamation point (!some_command)"));
+ _("Exclamation point (!someCommand)"));
purple_plugin_pref_frame_add(frame, pref);
return frame;