[gimp/soc-2011-seamless-clone2] Bug 690900 - Typo in GIMP UI



commit ff200563e1a6f401e0823e9f06b76a74325acd0d
Author: Michael Natterer <mitch gimp org>
Date:   Sun Dec 30 20:38:37 2012 +0100

    Bug 690900 - Typo in GIMP UI
    
    Fix typo in gimptransformtool.c

 app/tools/gimptransformtool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimptransformtool.c b/app/tools/gimptransformtool.c
index c6dad96..b2e6323 100644
--- a/app/tools/gimptransformtool.c
+++ b/app/tools/gimptransformtool.c
@@ -1257,7 +1257,7 @@ gimp_transform_tool_transform (GimpTransformTool *tr_tool,
       if (gimp_item_is_content_locked (active_item))
         locked_message = _("The active path's strokes are locked.");
       else
-        locked_message = _("The active path's position are locked.");
+        locked_message = _("The active path's position is locked.");
       break;
     }
 


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