After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 315211 - Some typos and possible duplicate strings in the PO file
Some typos and possible duplicate strings in the PO file
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Script-Fu
unspecified
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-09-04 07:30 UTC by Clytie Siddall
Modified: 2005-09-04 10:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Clytie Siddall 2005-09-04 07:30:40 UTC
Version details: Gnome HEAD

1.
#: ../plug-ins/script-fu/scripts/coffee.scm.h:1
msgid ""
"Darken only\n"
"(Better, but only for images with alot of white)"

"a lot", two words


2.
#: ../plug-ins/script-fu/scripts/fade-outline.scm.h:5
#, no-c-format
msgid "Fade from %"

#: ../plug-ins/script-fu/scripts/fade-outline.scm.h:7
#, no-c-format
msgid "Fade to   %"

You seem to have an extra space in the second string, before the variable.


 3.
Do we really need both these strings?

(a)

#: ../plug-ins/script-fu/scripts/glossy.scm.h:2
msgid "Blend gradient (Text)"

#: ../plug-ins/script-fu/scripts/glossy.scm.h:4
msgid "Blend gradient (text)"

(b)

#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:2
msgid "Bevel height (Sharpness)"

#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:3
msgid "Bevel height (sharpness)"

(c)

#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:2
msgid "File name"

#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:1
msgid "Filename"

from Clytie, Vietnamese translator
Comment 1 Sven Neumann 2005-09-04 10:23:23 UTC
Thanks for the report, fixed in HEAD branch:

2005-09-04  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/scripts/coffee.scm
	* plug-ins/script-fu/scripts/fade-outline.scm
	* plug-ins/script-fu/scripts/glossy.scm
	* plug-ins/script-fu/scripts/gradient-bevel-logo.scm
	* plug-ins/script-fu/scripts/select-to-pattern.scm: string fixes as
	pointed out in bug #315211.