mirror of https://github.com/GNOME/gimp.git
more _() tagging.
* plug-ins/script-fu/script-fu.c: more _() tagging. -- yasuhiro
This commit is contained in:
parent
3b03c8f219
commit
73b18f66bf
|
@ -1,3 +1,7 @@
|
|||
2000-01-29 Shirasaki Yasuhiro <yasuhiro@gnome.gr.jp>
|
||||
|
||||
* plug-ins/script-fu/script-fu.c: more _() tagging.
|
||||
|
||||
Sat Jan 29 15:40:01 CET 2000 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/convert.c
|
||||
|
|
|
@ -141,7 +141,7 @@ query (void)
|
|||
|
||||
gimp_install_procedure ("extension_script_fu",
|
||||
_("A scheme interpreter for scripting GIMP operations"),
|
||||
_("More help here later"),
|
||||
"More help here later",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"1997",
|
||||
|
@ -995,13 +995,15 @@ script_fu_auxillary_init ()
|
|||
};
|
||||
static gint nargs = sizeof (args) / sizeof (args[0]);
|
||||
|
||||
INIT_I18N();
|
||||
|
||||
gimp_install_temp_proc ("script_fu_refresh",
|
||||
"Re-read all available scripts",
|
||||
"Re-read all available scripts",
|
||||
_("Re-read all available scripts"),
|
||||
_("Re-read all available scripts"),
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"1997",
|
||||
"<Toolbox>/Xtns/Script-Fu/Refresh",
|
||||
N_("<Toolbox>/Xtns/Script-Fu/Refresh"),
|
||||
NULL,
|
||||
PROC_TEMPORARY,
|
||||
nargs, 0,
|
||||
|
|
Loading…
Reference in New Issue