GNOME Bugzilla – Bug 315964
Some unused strings in the PO file?
Last modified: 2005-09-11 19:27:14 UTC
Version details: Gnome HEAD Please check if these two strings are unused, and "unmark translation" for those and any other unused string. #: ../app/core/core-enums.c:820 ../app/core/core-enums.c:851 msgid "Drawable mod" #: ../app/core/core-enums.c:875 msgid "Vectors mod" Thankyou from Clytie, Vietnamese translator
These strings are indeed too bogus to translate. We should check whether these fallbacks are ever used and decide whether we want to change the strings or remove the translation markers from them.
Fixed in CVS: 2005-09-11 Michael Natterer <mitch@gimp.org> * app/core/core-enums.h (enum GimpUndoType): replaced lots of bogus strings by properly translatable ones. Many of them are fallbacks anyway, but they should be presentable to the user. Fixes bug #315964.