Add a translator comment (#503051, Pedro de Medeiros)

2008-01-06  Matthias Clasen  <mclasen@redhat.com>

        * glib/gregex.c: Add a translator comment (#503051,
        Pedro de Medeiros)

svn path=/trunk/; revision=6255
This commit is contained in:
Matthias Clasen 2008-01-07 03:39:41 +00:00 committed by Matthias Clasen
parent 3f15a98f8d
commit 1b2fe32904
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-01-06 Matthias Clasen <mclasen@redhat.com>
* glib/gregex.c: Add a translator comment (#503051,
Pedro de Medeiros)
2008-01-06 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.h: Cope with gcc 4.3 changed 'extern inline'

View File

@ -252,6 +252,9 @@ translate_compile_error (gint *errcode, gchar **errmsg)
break;
case 129:
*errcode = G_REGEX_ERROR_UNMATCHED_PARENTHESIS;
/* translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
* sequences here, '(?-54' would be an example for the second group.
*/
*errmsg = _("(?R or (?[+-]digits must be followed by )");
break;
case G_REGEX_ERROR_INEXISTENT_SUBPATTERN_REFERENCE: