From ace8b024b62f62f65e6560c63641ae47bac374e3 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 12 Oct 2007 09:10:06 +0000 Subject: [PATCH] marked strings for translation (bug #485937). 2007-10-12 Sven Neumann * app/widgets/gimpcolorselectorpalette.c: * plug-ins/twain/twain.c: marked strings for translation (bug #485937). svn path=/trunk/; revision=23807 --- ChangeLog | 5 +++++ app/widgets/gimpcolorselectorpalette.c | 2 +- plug-ins/twain/twain.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 27fef11f0b..1995e93abe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-12 Sven Neumann + + * app/widgets/gimpcolorselectorpalette.c: + * plug-ins/twain/twain.c: marked strings for translation (bug #485937). + 2007-10-12 Kevin Cozens * plug-ins/script-fu/tinyscheme/scheme.c: Fix off by one error. diff --git a/app/widgets/gimpcolorselectorpalette.c b/app/widgets/gimpcolorselectorpalette.c index e33de23624..ebfc0485b7 100644 --- a/app/widgets/gimpcolorselectorpalette.c +++ b/app/widgets/gimpcolorselectorpalette.c @@ -54,7 +54,7 @@ gimp_color_selector_palette_class_init (GimpColorSelectorPaletteClass *klass) { GimpColorSelectorClass *selector_class = GIMP_COLOR_SELECTOR_CLASS (klass); - selector_class->name = "Palette"; + selector_class->name = _("Palette"); selector_class->help_id = "gimp-colorselector-palette"; selector_class->stock_id = GIMP_STOCK_PALETTE; selector_class->set_color = gimp_color_selector_palette_set_color; diff --git a/plug-ins/twain/twain.c b/plug-ins/twain/twain.c index 37f4b0169b..7f5c6f4b0f 100644 --- a/plug-ins/twain/twain.c +++ b/plug-ins/twain/twain.c @@ -84,7 +84,7 @@ * Plug-in Definitions */ #define PLUG_IN_NAME "twain-acquire" -#define PLUG_IN_DESCRIPTION "Capture an image from a TWAIN datasource" +#define PLUG_IN_DESCRIPTION N_("Capture an image from a TWAIN datasource") #define PLUG_IN_HELP "This plug-in will capture an image from a TWAIN datasource" #define PLUG_IN_AUTHOR "Craig Setera (setera@home.com)" #define PLUG_IN_COPYRIGHT "Craig Setera"