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:
Kjartan Maraas 1999-12-30 21:45:28 +00:00 committed by Kjartan Maraas
parent e713f9bae3
commit 692679df8e
4 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"