/pidgin/main: 67bd8968d3e9: Merged in rlaager/pidgin/release-2.x...

Gary Kramlich grim at reaperworld.com
Mon Jul 18 00:33:08 EDT 2016


Changeset: 67bd8968d3e913ced45b01859565784d53ea6584
Author:	 Gary Kramlich <grim at reaperworld.com>
Date:	 2016-07-01 16:20 -0500
Branch:	 release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/67bd8968d3e9

Description:

Merged in rlaager/pidgin/release-2.x.y (pull request #67)

Shorten gnttinyurl plugin description

diffstat:

 finch/plugins/gnttinyurl.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff --git a/finch/plugins/gnttinyurl.c b/finch/plugins/gnttinyurl.c
--- a/finch/plugins/gnttinyurl.c
+++ b/finch/plugins/gnttinyurl.c
@@ -368,7 +368,7 @@ tinyurl_notify_uri(const char *uri)
 	 * may not always happen, e.g. when another plugin sets its own
 	 * notify_message. So tread carefully. */
 	win = purple_notify_message(NULL, PURPLE_NOTIFY_MSG_INFO, _("URI"), uri,
-			_("Please wait while TinyURL fetches a shorter URL ..."), NULL, NULL);
+			_("Please wait while TinyURL fetches a shorter URL..."), NULL, NULL);
 	if (!GNT_IS_WINDOW(win) || !g_object_get_data(G_OBJECT(win), "info-widget"))
 		return win;
 
@@ -471,7 +471,7 @@ static PurplePluginInfo info =
 	N_("TinyURL"),
 	DISPLAY_VERSION,
 	N_("TinyURL plugin"),
-	N_("When receiving a message with URL(s), use TinyURL for easier copying"),
+	N_("Shorten URLs in messages using TinyURL"),
 	"Richard Nelson <wabz at whatsbeef.net>",
 	PURPLE_WEBSITE,
 	plugin_load,



More information about the Commits mailing list