app: "Pixel dimensions" -> "Size in pixels" in Image Properties dialog

'Pixel dimensions' can be misinterpreted with the size of a pixel, so
use 'size in pixels' instead. This is consistent with e.g. the Image
Scale dialog which talks about 'image size'.
This commit is contained in:
Martin Nordholts 2010-02-04 21:24:53 +01:00
parent 0f0853ca86
commit 43c0cfedbd
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ gimp_image_prop_view_init (GimpImagePropView *view)
gtk_table_set_row_spacings (table, 3);
view->pixel_size_label =
gimp_image_prop_view_add_label (table, row++, _("Pixel dimensions:"));
gimp_image_prop_view_add_label (table, row++, _("Size in pixels:"));
view->print_size_label =
gimp_image_prop_view_add_label (table, row++, _("Print size:"));