mirror of https://github.com/GNOME/gimp.git
marked strings for translation (bug #485937).
2007-10-12 Sven Neumann <sven@gimp.org> * app/widgets/gimpcolorselectorpalette.c: * plug-ins/twain/twain.c: marked strings for translation (bug #485937). svn path=/trunk/; revision=23807
This commit is contained in:
parent
913d0d5f20
commit
ace8b024b6
|
@ -1,3 +1,8 @@
|
|||
2007-10-12 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/widgets/gimpcolorselectorpalette.c:
|
||||
* plug-ins/twain/twain.c: marked strings for translation (bug #485937).
|
||||
|
||||
2007-10-12 Kevin Cozens <kcozens@cvs.gnome.org>
|
||||
|
||||
* plug-ins/script-fu/tinyscheme/scheme.c: Fix off by one error.
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue