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 134475 - [PATCH] Redundant "to" in gnome-panel/menu.c string
[PATCH] Redundant "to" in gnome-panel/menu.c string
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.5.x
Other Linux
: Normal trivial
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-15 23:14 UTC by Reinout van Schouwen
Modified: 2005-08-15 01:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch removing redundant "to" (650 bytes, patch)
2004-02-18 17:03 UTC, alexander.winston
none Details | Review

Description Reinout van Schouwen 2004-02-15 23:14:24 UTC
#: gnome-panel/menu.c:3246
#, c-format
msgid ""
"Log out %s of this session to log in as a different user or to to shut down"
"your computer"

=> 

"Log out %s of this session to log in as a different user or to shut down"
"your computer"
Comment 1 alexander.winston 2004-02-18 17:03:26 UTC
Created attachment 24523 [details] [review]
Proposed patch removing redundant "to"
Comment 2 Mark McLoughlin 2004-02-18 17:25:06 UTC
Alexander: okay looks fine to me

You need to get gnome-i18n approval no. Send the patch, along with an
explanation, to gnome-i18n@gnome.org requesting approval to break the
string freeze. When you get the approval, then go ahead and commit and
notify gnome-i18n@gnome.org that the string needs updating ...

Thanks ...
Comment 3 Christian Rose 2004-02-18 21:17:39 UTC
Another comment: Please notify gnome-i18n@ also once the patch has
been committed so translators know when to update.
Comment 4 alexander.winston 2004-02-18 22:10:43 UTC
Committed the patch to CVS revision HEAD:


2004-02-18  Alexander Winston  <alexander.winston@comcast.net>

	* gnome-panel/menu.c: (append_log_out): Removed a redundant
	instance of the word "to." Fixes #134475.