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 394328 - unmarked string: background colors "Reset"
unmarked string: background colors "Reset"
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Internationalization (i18n)
2.16.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-08 18:36 UTC by Mark Gordon
Modified: 2007-01-12 01:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch to mark string for translation (753 bytes, patch)
2007-01-08 18:38 UTC, Mark Gordon
committed Details | Review

Description Mark Gordon 2007-01-08 18:36:27 UTC
The label for the Reset button in the Colors section of Backgrounds and Emblems isn't marked for translation.  FWIW, the corresponding label in the Patterns section *is* marked for translation, with the same string, so marking the string is all that's needed to fix this (i.e. the fix imposes no added burden on translators).

I have a one-liner patch which I'll be attaching shortly.
Comment 1 Mark Gordon 2007-01-08 18:38:11 UTC
Created attachment 79771 [details] [review]
proposed patch to mark string for translation
Comment 2 André Klapper 2007-01-09 11:05:30 UTC
okay to commit, see:
http://mail.gnome.org/archives/nautilus-list/2007-January/msg00027.html

as this is a patch against stable gnome-2.16 and it's about a string that has been *forgotten* to be marked for tanslation, please inform the translators mailing list (gnome-i18n -at- gnome org) about this commit, so they know that they have to update the translations. thanks. :-)
Comment 3 Federico Mena Quintero 2007-01-12 01:22:01 UTC
Committed to gnome-2-16 and trunk.

2007-01-11  Mark Gordon  <mtgordon@ximian.com>

	* src/nautilus-property-browser.c (add_reset_property): Make the
	"Reset" string translatable.  Fixes #394328.  Patch committed by
	Federico Mena-Quintero <federico@novell.com>.