Updated Hebrew translation.

This commit is contained in:
William Kendrick 2005-07-27 07:44:11 +00:00
parent bb67113773
commit 9a63e0e01d
2 changed files with 11 additions and 17 deletions

View file

@ -80,7 +80,7 @@
/* Compile-time options: */
/* #define DEBUG */
#define DEBUG
/* #define DEBUG_MALLOC */
/* #define LOW_QUALITY_THUMBNAILS */
/* #define LOW_QUALITY_COLOR_SELECTOR */
@ -15253,6 +15253,7 @@ static char * debug_gettext(const char * str)
if (strcmp(str, dgettext(NULL, str)) == 0)
{
printf("NOTRANS: %s\n", str);
printf("..TRANS: %s\n", dgettext(NULL, str));
fflush(stdout);
}