string changes.

2006-09-11  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpimagepropview.c: string changes.
This commit is contained in:
Sven Neumann 2006-09-11 21:27:11 +00:00 committed by Sven Neumann
parent 290435c59c
commit ceb1fc5394
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2006-09-11 Sven Neumann <sven@gimp.org>
* app/widgets/gimpimagepropview.c: string changes.
2006-09-11 Sven Neumann <sven@gimp.org>
* app/plug-in/gimppluginmanager.[ch]: added a convenience function

View File

@ -182,13 +182,13 @@ gimp_image_prop_view_constructor (GType type,
gtk_table_set_row_spacing (GTK_TABLE (view), row++, 12);
view->filename_label =
gimp_image_prop_view_add_label (table, row++, _("Filename:"));
gimp_image_prop_view_add_label (table, row++, _("File Name:"));
view->filesize_label =
gimp_image_prop_view_add_label (table, row++, _("Filesize:"));
gimp_image_prop_view_add_label (table, row++, _("File Size:"));
view->filetype_label =
gimp_image_prop_view_add_label (table, row, _("Filetype:"));
gimp_image_prop_view_add_label (table, row, _("File Type:"));
gtk_table_set_row_spacing (GTK_TABLE (view), row++, 12);