changeset 23240:7981a140d81a

Mark a string as translatable in prpl-gg. References #5693. (Why does GG still have manual buddy list syncing stuff?)
author Will Thompson <will.thompson@collabora.co.uk>
date Thu, 29 May 2008 11:43:52 +0000
parents eab5bbc5031c
children 636a116113d1
files libpurple/protocols/gg/gg.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/gg/gg.c	Thu May 29 06:00:09 2008 +0000
+++ b/libpurple/protocols/gg/gg.c	Thu May 29 11:43:52 2008 +0000
@@ -343,7 +343,8 @@
 {
 	PurpleConnection *gc = (PurpleConnection *)action->context;
 
-	purple_request_file(action, "Load buddylist from file...", NULL, FALSE,
+	purple_request_file(action, _("Load buddylist from file..."), NULL,
+			FALSE,
 			G_CALLBACK(ggp_callback_buddylist_load_ok), NULL,
 			purple_connection_get_account(gc), NULL, NULL,
 			gc);