pidgin/pidgin

Shorten gnttinyurl plugin description
release-2.x.y
2016-06-07, Richard Laager
a9c65ec9aaf2
Parents 5e5e84e8a798
Children 67bd8968d3e9
Shorten gnttinyurl plugin description
--- a/finch/plugins/gnttinyurl.c Sun May 15 05:41:39 2016 -0300
+++ b/finch/plugins/gnttinyurl.c Tue Jun 07 00:50:59 2016 -0500
@@ -368,7 +368,7 @@
* 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 @@
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@whatsbeef.net>",
PURPLE_WEBSITE,
plugin_load,