glib r6255 - in trunk: . glib
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6255 - in trunk: . glib
- Date: Mon, 7 Jan 2008 03:39:41 +0000 (GMT)
Author: matthiasc
Date: Mon Jan 7 03:39:41 2008
New Revision: 6255
URL: http://svn.gnome.org/viewvc/glib?rev=6255&view=rev
Log:
2008-01-06 Matthias Clasen <mclasen redhat com>
* glib/gregex.c: Add a translator comment (#503051,
Pedro de Medeiros)
Modified:
trunk/ChangeLog
trunk/glib/gregex.c
Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Mon Jan 7 03:39:41 2008
@@ -1,5 +1,10 @@
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'
semantics. (#315437, patch by LoÃc Minier)
Modified: trunk/glib/gregex.c
==============================================================================
--- trunk/glib/gregex.c (original)
+++ trunk/glib/gregex.c Mon Jan 7 03:39:41 2008
@@ -252,6 +252,9 @@
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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]