Removed _() tag from two strings that should not have been marked for

2004-10-21 Kevin Cozens <kcozens@cvs.gimp.org>

	* plug-ins/script-fu/script-fu.c: Removed _() tag from two strings
	that should not have been marked for translation.
This commit is contained in:
Kevin Cozens 2004-10-21 15:42:05 +00:00 committed by Kevin Cozens
parent c0ecc3c6ca
commit b21c41f80b
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-10-21 Kevin Cozens <kcozens@cvs.gimp.org>
* plug-ins/script-fu/script-fu.c: Removed _() tag from two strings
that should not have been marked for translation.
2004-10-21 Kevin Cozens <kcozens@cvs.gimp.org>
* plug-ins/script-fu/scripts-fu.c: Fixed spelling error.

View File

@ -275,8 +275,8 @@ script_fu_auxillary_init (void)
};
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",