]> git.0d.be Git - empathy.git/commitdiff
Put string up for translation
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sun, 23 Aug 2009 21:51:52 +0000 (22:51 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sun, 23 Aug 2009 22:18:48 +0000 (23:18 +0100)
src/empathy-import-mc4-accounts.c

index 602cfc1f9915be0251fa202035ac2e4e5da6271d..c4ceb2f4b110720210de99d073ec281209e2fb3d 100644 (file)
@@ -103,7 +103,7 @@ _create_default_display_name (const gchar *protocol)
   if (!tp_strdiff (protocol, "local-xmpp"))
     return g_strdup (_("People Nearby"));
 
-  return g_strdup_printf ("%s account", protocol);
+  return g_strdup_printf (_("%s account"), protocol);
 }
 
 static const gchar *