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



commit 43c0cfedbd50ffa425982e6601b3a0ebdf33b150
Author: Martin Nordholts <martinn src gnome org>
Date:   Thu Feb 4 21:24:53 2010 +0100

    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'.

 app/widgets/gimpimagepropview.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimpimagepropview.c b/app/widgets/gimpimagepropview.c
index ecd9ca9..f18c67d 100644
--- a/app/widgets/gimpimagepropview.c
+++ b/app/widgets/gimpimagepropview.c
@@ -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:"));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]