[gimp] app: add missing translation context for undo descriptions
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: add missing translation context for undo descriptions
- Date: Thu, 8 Jul 2010 16:10:58 +0000 (UTC)
commit e23e99e2ab5229f9629713f5d6f12e40b3eeab8f
Author: Michael Natterer <mitch gimp org>
Date: Thu Jul 8 18:10:33 2010 +0200
app: add missing translation context for undo descriptions
app/vectors/gimpvectors.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/app/vectors/gimpvectors.c b/app/vectors/gimpvectors.c
index a2204f3..5f171c3 100644
--- a/app/vectors/gimpvectors.c
+++ b/app/vectors/gimpvectors.c
@@ -192,14 +192,14 @@ gimp_vectors_class_init (GimpVectorsClass *klass)
item_class->transform = gimp_vectors_transform;
item_class->stroke = gimp_vectors_stroke;
item_class->default_name = _("Path");
- item_class->rename_desc = _("Rename Path");
- item_class->translate_desc = _("Move Path");
- item_class->scale_desc = _("Scale Path");
- item_class->resize_desc = _("Resize Path");
- item_class->flip_desc = _("Flip Path");
- item_class->rotate_desc = _("Rotate Path");
- item_class->transform_desc = _("Transform Path");
- item_class->stroke_desc = _("Stroke Path");
+ item_class->rename_desc = C_("undo-type", "Rename Path");
+ item_class->translate_desc = C_("undo-type", "Move Path");
+ item_class->scale_desc = C_("undo-type", "Scale Path");
+ item_class->resize_desc = C_("undo-type", "Resize Path");
+ item_class->flip_desc = C_("undo-type", "Flip Path");
+ item_class->rotate_desc = C_("undo-type", "Rotate Path");
+ item_class->transform_desc = C_("undo-type", "Transform Path");
+ item_class->stroke_desc = C_("undo-type", "Stroke Path");
item_class->reorder_desc = C_("undo-type", "Reorder Path");
item_class->raise_desc = C_("undo-type", "Raise Path");
item_class->raise_to_top_desc = C_("undo-type", "Raise Path to Top");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]