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 166766 - Simplify about windows
Simplify about windows
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-09 09:58 UTC by Luca Ferretti
Modified: 2015-03-24 13:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The proposed patch (4.62 KB, patch)
2005-02-09 10:41 UTC, Luca Ferretti
none Details | Review

Description Luca Ferretti 2005-02-09 09:58:35 UTC
1. simply use _("translator-credits")

2. the name of the property is "logo-icon-name", not "logo_icon_name"
Comment 1 Luca Ferretti 2005-02-09 10:41:11 UTC
Created attachment 37232 [details] [review]
The proposed patch

WARNING: I didn't test it. It should works, but could be typos.
Comment 2 Vincent Untz 2005-02-09 16:34:42 UTC
Luca: I don't understand the reason for the first change. If
"translator-credits" is not translated, then why show "translator-credits"?
Comment 3 Luca Ferretti 2005-02-09 18:20:07 UTC
Vincent: read the GTK+ dev docd. A little quote

<quote>
It is a good idea to use the customary msgid "translator-credits" for this
purpose, since translators will already know the purpose of that msgid, and
since GtkAboutDialog will detect if "translator-credits" is untranslated and
hide the tab.
</quote>
Comment 4 Vincent Untz 2005-02-10 20:44:26 UTC
Thanks