[gimp] Bug 690900 - Typo in GIMP UI
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 690900 - Typo in GIMP UI
- Date: Sun, 30 Dec 2012 19:39:20 +0000 (UTC)
commit e5112fa5404c985918915073b8474c6143e68b10
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]