app: add a translator comment for _("%s Message")

This commit is contained in:
Michael Natterer 2012-10-31 16:07:33 +01:00
parent b25f9abedf
commit 9efda84818
1 changed files with 4 additions and 0 deletions

View File

@ -167,6 +167,10 @@ gimp_error_dialog_add (GimpErrorDialog *dialog,
gimp_message_box_set_primary_text (GIMP_MESSAGE_BOX (box), "%s", domain);
else
gimp_message_box_set_primary_text (GIMP_MESSAGE_BOX (box),
/* %s is a message domain,
* like "GIMP Message" or
* "PNG Message"
*/
_("%s Message"), domain);
gimp_message_box_set_text (GIMP_MESSAGE_BOX (box), "%s", message);