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 314767 - Possible duplicate strings in the PO file
Possible duplicate strings in the PO file
Status: RESOLVED FIXED
Product: libgnomeui
Classification: Deprecated
Component: general
2.13.x
Other All
: High minor
: 2.14.x
Assigned To: libgnomeui maintainers
libgnomeui maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-29 13:12 UTC by Clytie Siddall
Modified: 2006-02-07 10:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Proposed patch. (2.35 KB, patch)
2005-12-09 20:21 UTC, Christian Neumair
none Details | Review

Description Clytie Siddall 2005-08-29 13:12:46 UTC
Version details: Gnome HEAD

1. Do we really need both these strings?

#: ../libgnomeui/gnome-entry.c:193 ../libgnomeui/gnome-entry.c:194
msgid "History id"

#: ../libgnomeui/gnome-file-entry.c:236 ../libgnomeui/gnome-icon-entry.c:179
msgid "History ID"

or both of these?

#: ../libgnomeui/gnome-icon-entry.c:762
msgid "Icon selector"

#: ../libgnomeui/gnome-icon-entry.c:988
msgid "Icon Selector"

from Clytie, Vietnamese translator
Comment 1 Christian Neumair 2005-12-09 20:20:45 UTC
Thanks for your bug report! Clytie is totally right, these are obsolete.
Comment 2 Christian Neumair 2005-12-09 20:21:18 UTC
Created attachment 55826 [details] [review]
Proposed patch.
Comment 3 Kjartan Maraas 2005-12-11 01:38:52 UTC
I think maybe this patch is not the intended one? This patch just removes the
translation markers from the property descriptions?
Comment 4 Christian Neumair 2005-12-11 11:21:17 UTC
Yes, it does. I don't see why we need those strings. I don't even grasp why
translations of those property descriptions were kept in GTK+, since they are
only visible to developers, and developers have to speak English to understand
the API.
Comment 5 Kjartan Maraas 2006-02-07 10:01:43 UTC
I'll just unify the strings instead. Thanks clytie.