GNOME Bugzilla – Bug 167350
I18n duplicate strings
Last modified: 2006-01-30 06:15:18 UTC
Hi, think these strings could be merged : #: ../src/gconf-editor-window.c:838 msgid "Configuration Editor (Default Settings)" #: ../src/gconf-editor-window.c:1307 msgid "Configuration Editor (Defaults settings)" #: ../src/gconf-editor-window.c:1310 msgid "Configuration Editor (Mandatory settings)" #: ../src/gconf-editor-window.c:841 msgid "Configuration Editor (Mandatory Settings)" notice the __S__ettings :)
Created attachment 56431 [details] [review] trivial patch
2006-01-30 Fernando Herrera <fherrera@onirica.com> * src/gconf-editor-window.c: (gconf_editor_window_selection_changed): Remove duplicated strings and fix capitalization. Patch from Benoît Dejean. Fixes bug #167350