diff --git a/ChangeLog b/ChangeLog index f6f2f7677e..4326077fa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-01-29 Shirasaki Yasuhiro + + * plug-ins/script-fu/script-fu.c: more _() tagging. + Sat Jan 29 15:40:01 CET 2000 Sven Neumann * app/convert.c diff --git a/plug-ins/script-fu/script-fu.c b/plug-ins/script-fu/script-fu.c index c345343257..40b55a9be1 100644 --- a/plug-ins/script-fu/script-fu.c +++ b/plug-ins/script-fu/script-fu.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", - "/Xtns/Script-Fu/Refresh", + N_("/Xtns/Script-Fu/Refresh"), NULL, PROC_TEMPORARY, nargs, 0,