GNOME Bugzilla – Bug 315211
Some typos and possible duplicate strings in the PO file
Last modified: 2005-09-04 10:23:23 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
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.