Mercurial > pidgin
changeset 27971:23dda7e57bcf
Fix two strings as pointed out on translators@
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Thu, 30 Jul 2009 06:52:24 +0000 |
parents | 6dd97a284d65 |
children | b131c68822ce |
files | finch/gntmedia.c libpurple/protocols/jabber/jabber.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <moderator|participant|visitor|none> [nick1] [nick2] ...: Get the users with an role or set users' role with the room."), + _("role <moderator|participant|visitor|none> [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));