Fix two strings as pointed out on translators@ cpw.darkrain42.2.6.1

Thu, 30 Jul 2009 06:52:24 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Thu, 30 Jul 2009 06:52:24 +0000
branch
cpw.darkrain42.2.6.1
changeset 27933
9e7789d3a809
parent 27932
bd122d5593b4
child 28031
2432628d028a

Fix two strings as pointed out on translators@

finch/gntmedia.c file | annotate | diff | comparison | revisions
libpurple/protocols/jabber/jabber.c file | annotate | diff | comparison | revisions
--- a/finch/gntmedia.c	Wed Jul 22 04:24:06 2009 +0000
+++ b/finch/gntmedia.c	Thu Jul 30 06:52:24 2009 +0000
@@ -156,7 +156,7 @@
 {
 	media->priv = FINCH_MEDIA_GET_PRIVATE(media);
 
-	media->priv->calling = gnt_label_new(_("Calling ... "));
+	media->priv->calling = gnt_label_new(_("Calling..."));
 	media->priv->hangup = gnt_button_new(_("Hangup"));
 	media->priv->accept = gnt_button_new(_("Accept"));
 	media->priv->reject = gnt_button_new(_("Reject"));
--- a/libpurple/protocols/jabber/jabber.c	Wed Jul 22 04:24:06 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Thu Jul 30 06:52:24 2009 +0000
@@ -3298,7 +3298,7 @@
 	                  PURPLE_CMD_FLAG_CHAT | PURPLE_CMD_FLAG_PRPL_ONLY |
 	                  PURPLE_CMD_FLAG_ALLOW_WRONG_ARGS, "prpl-jabber",
 	                  jabber_cmd_chat_role,
-	                  _("role &lt;moderator|participant|visitor|none&gt; [nick1] [nick2] ...: Get the users with an role or set users' role with the room."),
+	                  _("role &lt;moderator|participant|visitor|none&gt; [nick1] [nick2] ...: Get the users with a role or set users' role with the room."),
 	                  NULL);
 	jabber_cmds = g_slist_prepend(jabber_cmds, GUINT_TO_POINTER(id));
 

mercurial