]> git.0d.be Git - empathy.git/commitdiff
Added translator comment
authorWouter Bolsterlee <wbolster@src.gnome.org>
Mon, 23 Mar 2009 16:55:28 +0000 (16:55 +0000)
committerWouter Bolsterlee <wbolster@src.gnome.org>
Mon, 23 Mar 2009 16:55:28 +0000 (16:55 +0000)
svn path=/trunk/; revision=2736

src/empathy-ft-manager.c

index aa3ba710a85a840e0598c4ee33926fb8a47da6b1..43ab5abc5b6e3f42c1fc1037979427bb175d2b50 100644 (file)
@@ -1019,6 +1019,7 @@ ft_manager_display_accept_dialog (EmpathyFTManager *ft_manager,
 
   gtk_message_dialog_format_secondary_text
       (GTK_MESSAGE_DIALOG (dialog),
+       /* Translators: the first %s is the file name, the second %s is the file size */
        _("Do you want to accept the file \"%s\" (%s)?"),
        filename, size_str);