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 167350 - I18n duplicate strings
I18n duplicate strings
Status: RESOLVED FIXED
Product: gconf-editor
Classification: Applications
Component: general
git master
Other Linux
: Normal trivial
: ---
Assigned To: Gconf Editor Maintainers
Gconf Editor Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-14 14:06 UTC by Benoît Dejean
Modified: 2006-01-30 06:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
trivial patch (849 bytes, patch)
2005-12-27 11:08 UTC, Benoît Dejean
none Details | Review

Description Benoît Dejean 2005-02-14 14:06:17 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

:)
Comment 1 Benoît Dejean 2005-12-27 11:08:56 UTC
Created attachment 56431 [details] [review]
trivial patch
Comment 2 Fernando Herrera 2006-01-30 06:15:18 UTC
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