diff options
Diffstat (limited to 'src/Dimensions.c')
-rw-r--r-- | src/Dimensions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Dimensions.c b/src/Dimensions.c index cf3daa1..20bd7e9 100644 --- a/src/Dimensions.c +++ b/src/Dimensions.c @@ -174,7 +174,7 @@ gchar* scale_constraint_to_string (ScaleConstraint self) { { gchar* _tmp1_; #line 20 "/home/jens/Source/shotwell/src/Dimensions.vala" - _tmp1_ = g_strdup (_ ("Width or height")); + _tmp1_ = g_strdup (_ ("Longest edge")); #line 20 "/home/jens/Source/shotwell/src/Dimensions.vala" result = _tmp1_; #line 20 "/home/jens/Source/shotwell/src/Dimensions.vala" |