GNOME Bugzilla – Bug 246254
Insert HTML file dialog - label suggestions
Last modified: 2005-09-14 12:26:07 UTC
Insert HTML file dialog - To open, choose File > New > Mail Message, then choose Insert > HTML file. 69. s/Insert HTML file/Insert HTML File (In titlebar) This bug blocks bug 246224.
gtkhtml2-3.6.2.0.200505010310-0.snap.ximian.10.1 (evolution-2.2.2) on suse9.2: string in the title of the file chooser window is "Insert: HTML File", so i assume this should be: 1. s/Insert: HTML File/Insert HTML file (In titlebar)
According to the HIG, you should use title capitalization for window titles, so the new title should be "Insert HTML File", that is, capitalize the F in file.
Created attachment 50161 [details] [review] fixes the bug#246254 completely
Created attachment 50162 [details] [review] fixes the bug#246254 completely
Created attachment 50163 [details] [review] fixes the bug#246254 completely
The patch looks fine but we are not making many string changes now. I will commit it just after 2.12 is released.
Committed to cvs Head. 2005-09-14 Kaushal Kumar <kakumar@novell.com> * menubar.c (insert_file_dialog): Hig'fy insert file dialog title. Patch by: Jai Vikram Singh Verma. Fixes bug #246254.