Improve wording. String change! (#355126, David Lodge)

2006-09-10  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechoosersettings.c (set_unexpected_element_end_error):
	Improve wording. String change!  (#355126, David Lodge)
This commit is contained in:
Matthias Clasen
2006-09-10 05:05:22 +00:00
committed by Matthias Clasen
parent 485e607bfe
commit c08868f660
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2006-09-10 Matthias Clasen <mclasen@redhat.com> 2006-09-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechoosersettings.c (set_unexpected_element_end_error):
Improve wording. String change! (#355126, David Lodge)
* gtk/updateiconcache.c: Improve wording. String change! (#355128, * gtk/updateiconcache.c: Improve wording. String change! (#355128,
David Lodge) David Lodge)

View File

@ -154,7 +154,7 @@ set_unexpected_element_end_error (struct parse_state *state,
g_set_error (error, g_set_error (error,
G_MARKUP_ERROR, G_MARKUP_ERROR,
G_MARKUP_ERROR_UNKNOWN_ELEMENT, G_MARKUP_ERROR_UNKNOWN_ELEMENT,
_("Line %d, column %d: expected end of element \"%s\", but got element for \"%s\" instead"), _("Line %d, column %d: expected end of element \"%s\", but found end for element \"%s\" instead"),
line, line,
col, col,
expected_element, expected_element,