/pidgin/main: 67bd8968d3e9: Merged in rlaager/pidgin/release-2.x...
Gary Kramlich <[email protected]> Mon, 18 Jul 2016 00:33:08 -0400
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 67bd8968d3e913ced45b01859565784d53ea6584 Author: Gary Kramlich <[email protected]> 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 <[email protected]>", PURPLE_WEBSITE, plugin_load, _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits