GNOME Bugzilla – Bug 134475
[PATCH] Redundant "to" in gnome-panel/menu.c string
Last modified: 2005-08-15 01:53:13 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"
Created attachment 24523 [details] [review] Proposed patch removing redundant "to"
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 ...
Another comment: Please notify gnome-i18n@ also once the patch has been committed so translators know when to update.
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.