[gthumb] effects: marked names as translatables
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] effects: marked names as translatables
- Date: Sun, 25 Jan 2015 12:06:58 +0000 (UTC)
commit b3fafa9bcf4b5fa4d51ac412f9c041f294772560
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Jan 18 16:48:09 2015 +0100
effects: marked names as translatables
extensions/file_tools/gth-file-tool-effects.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/extensions/file_tools/gth-file-tool-effects.c b/extensions/file_tools/gth-file-tool-effects.c
index 0b02da5..4cc7288 100644
--- a/extensions/file_tools/gth-file-tool-effects.c
+++ b/extensions/file_tools/gth-file-tool-effects.c
@@ -491,7 +491,7 @@ soil_add_to_special_effects (GthFilterGrid *grid)
gth_filter_grid_add_filter (grid,
GTH_FILTER_GRID_NEW_FILTER_ID,
gth_image_task_new (_("Applying changes"), NULL, soil_exec, NULL, NULL,
NULL),
- "Soil",
+ _("Soil"),
NULL);
}
@@ -539,7 +539,7 @@ desert_add_to_special_effects (GthFilterGrid *grid)
gth_filter_grid_add_filter (grid,
GTH_FILTER_GRID_NEW_FILTER_ID,
gth_image_task_new (_("Applying changes"), NULL, desert_exec, NULL, NULL,
NULL),
- "Desert",
+ _("Desert"),
NULL);
}
@@ -586,7 +586,7 @@ artic_add_to_special_effects (GthFilterGrid *grid)
gth_filter_grid_add_filter (grid,
GTH_FILTER_GRID_NEW_FILTER_ID,
gth_image_task_new (_("Applying changes"), NULL, artic_exec, NULL, NULL,
NULL),
- "Artic",
+ _("Artic"),
NULL);
}
@@ -633,7 +633,7 @@ mangos_add_to_special_effects (GthFilterGrid *grid)
gth_filter_grid_add_filter (grid,
GTH_FILTER_GRID_NEW_FILTER_ID,
gth_image_task_new (_("Applying changes"), NULL, mangos_exec, NULL, NULL,
NULL),
- "Mangos",
+ _("Mangos"),
NULL);
}
@@ -680,7 +680,7 @@ fresh_blue_add_to_special_effects (GthFilterGrid *grid)
gth_filter_grid_add_filter (grid,
GTH_FILTER_GRID_NEW_FILTER_ID,
gth_image_task_new (_("Applying changes"), NULL, fresh_blue_exec, NULL,
NULL, NULL),
- "Fresh Blue",
+ _("Fresh Blue"),
NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]