[gimp] app: gah, need to make the new strings translatable...
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: gah, need to make the new strings translatable...
- Date: Mon, 15 Mar 2010 11:18:57 +0000 (UTC)
commit f157023ac462fab06b98413ead532c0b8386b142
Author: Michael Natterer <mitch gimp org>
Date: Mon Mar 15 12:18:30 2010 +0100
app: gah, need to make the new strings translatable...
app/actions/layers-actions.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/actions/layers-actions.c b/app/actions/layers-actions.c
index a277a22..099e609 100644
--- a/app/actions/layers-actions.c
+++ b/app/actions/layers-actions.c
@@ -583,13 +583,13 @@ layers_actions_update (GimpActionGroup *group,
if (layer && gimp_layer_is_floating_sel (layer))
{
- SET_LABEL ("layers-new", "To _New Layer");
- SET_LABEL ("layers-new-last-values", "To _New Layer");
+ SET_LABEL ("layers-new", C_("layers-action", "To _New Layer"));
+ SET_LABEL ("layers-new-last-values", C_("layers-action", "To _New Layer"));
}
else
{
- SET_LABEL ("layers-new", "_New Layer...");
- SET_LABEL ("layers-new-last-values", "_New Layer");
+ SET_LABEL ("layers-new", C_("layers-action", "_New Layer..."));
+ SET_LABEL ("layers-new-last-values", C_("layers-action", "_New Layer"));
}
SET_SENSITIVE ("layers-new", image);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]