Fix an accelerator in a string in libpurple. Accelerators are for UI's,

Mon, 28 Oct 2019 21:18:08 -0400

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Mon, 28 Oct 2019 21:18:08 -0400
changeset 40087
a8c6a80325dc
parent 40086
56f7c2805a73
child 40088
e7caa757e799

Fix an accelerator in a string in libpurple. Accelerators are for UI's,
not for libpurple.

libpurple/protocols/null/nullprpl.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/null/nullprpl.c	Mon Oct 28 21:03:08 2019 -0400
+++ b/libpurple/protocols/null/nullprpl.c	Mon Oct 28 21:18:08 2019 -0400
@@ -331,7 +331,7 @@
   purple_debug_info("nullprpl", "returning chat setting 'room'\n");
 
   pce = g_new0(PurpleProtocolChatEntry, 1);
-  pce->label = _("Chat _room");
+  pce->label = _("Chat room");
   pce->identifier = "room";
   pce->required = TRUE;
 

mercurial