summaryrefslogtreecommitdiff
path: root/backends/markup-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/markup-tree.c')
-rw-r--r--backends/markup-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/markup-tree.c b/backends/markup-tree.c
index a34e068b..8aa25de0 100644
--- a/backends/markup-tree.c
+++ b/backends/markup-tree.c
@@ -2339,7 +2339,7 @@ parse_value_element (GMarkupParseContext *context,
case GCONF_VALUE_PAIR:
case GCONF_VALUE_SCHEMA:
set_error (error, context, GCONF_ERROR_PARSE_ERROR,
- _("Invalid car_type \"%s\" on <%s>"),
+ _("Invalid first-element type \"%s\" on <%s>"),
car_type, element_name);
return;
break;