GNOME Bugzilla – Bug 331377
Nautilus->Right click on new folder,unlocalised content in submenu
Last modified: 2006-02-16 21:34:04 UTC
Please describe the problem: Nautilus use eel translations but eel does not include config.h. Steps to reproduce: 1. Click on the Documents icon on the desktop 2. Go to [File] -> [Create Folder] 3. Right click on the name of the new folder when it appears ( while the text is highlighted to name the folder ) Actual results: The following strings will be unlocalised in the submenu: "Select All" "Input Methods" Expected results: Does this happen every time? Other information: I'm attaching the patch.
Created attachment 59454 [details] [review] Patch for eel/eel-editable-label.c
Thanks for all your bug reports and patches! Maybe you could send your patches to nautilus-list [1] for review? [1] http://mail.gnome.org/mailman/listinfo/nautilus-list
Committed, thanks. 2006-02-16 Martin Wehner <martin.wehner@gmail.com> * eel/eel-editable-label.c: Include config.h to fix i18n of the context menu. Fixes bug #331377. Patch from Takao Fujiwara <takao.fujiwara@sun.com>