mirror of https://github.com/GNOME/gimp.git
Added comment to stop xgettext from complaining about format specifier.
1999-12-30 Kjartan Maraas <kmaraas@online.no> * app/file_new_dialog.c: Added comment to stop xgettext from complaining about format specifier.
This commit is contained in:
parent
e713f9bae3
commit
692679df8e
|
@ -1,3 +1,8 @@
|
|||
1999-12-30 Kjartan Maraas <kmaraas@online.no>
|
||||
|
||||
* app/file_new_dialog.c: Added comment to stop xgettext
|
||||
from complaining about format specifier.
|
||||
|
||||
Thu Dec 30 21:14:05 CET 1999 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/errorconsole.c
|
||||
|
|
|
@ -204,6 +204,8 @@ file_new_confirm_dialog (NewImageInfo *info)
|
|||
size = image_new_get_size_string (info->size);
|
||||
max_size = image_new_get_size_string (max_new_image_size);
|
||||
|
||||
/* xgettext:no-c-format */
|
||||
|
||||
text = g_strdup_printf (_("You are trying to create an image which\n"
|
||||
"has an initial size of %s.\n\n"
|
||||
"Choose OK to create this image anyway.\n"
|
||||
|
|
|
@ -204,6 +204,8 @@ file_new_confirm_dialog (NewImageInfo *info)
|
|||
size = image_new_get_size_string (info->size);
|
||||
max_size = image_new_get_size_string (max_new_image_size);
|
||||
|
||||
/* xgettext:no-c-format */
|
||||
|
||||
text = g_strdup_printf (_("You are trying to create an image which\n"
|
||||
"has an initial size of %s.\n\n"
|
||||
"Choose OK to create this image anyway.\n"
|
||||
|
|
|
@ -204,6 +204,8 @@ file_new_confirm_dialog (NewImageInfo *info)
|
|||
size = image_new_get_size_string (info->size);
|
||||
max_size = image_new_get_size_string (max_new_image_size);
|
||||
|
||||
/* xgettext:no-c-format */
|
||||
|
||||
text = g_strdup_printf (_("You are trying to create an image which\n"
|
||||
"has an initial size of %s.\n\n"
|
||||
"Choose OK to create this image anyway.\n"
|
||||
|
|
Loading…
Reference in New Issue