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 246254 - Insert HTML file dialog - label suggestions
Insert HTML file dialog - label suggestions
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: html-editor-control
unspecified
Other other
: Normal normal
: ---
Assigned To: Evolution Product Design Team
Evolution QA team
Depends on:
Blocks: 246224
 
 
Reported: 2003-07-13 22:05 UTC by Eugene O'Connor
Modified: 2005-09-14 12:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fixes the bug#246254 completely (1.91 KB, patch)
2005-08-03 05:33 UTC, Jai Vikram Singh Verma
none Details | Review
fixes the bug#246254 completely (1.91 KB, patch)
2005-08-03 05:34 UTC, Jai Vikram Singh Verma
none Details | Review
fixes the bug#246254 completely (1.91 KB, patch)
2005-08-03 05:37 UTC, Jai Vikram Singh Verma
accepted-commit_after_freeze Details | Review

Description Eugene O'Connor 2003-07-13 22:05:44 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.
Comment 1 André Klapper 2005-05-20 14:41:27 UTC
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)
Comment 2 Eugene O'Connor 2005-05-20 15:20:02 UTC
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.
Comment 3 Jai Vikram Singh Verma 2005-08-03 05:33:49 UTC
Created attachment 50161 [details] [review]
fixes the bug#246254 completely
Comment 4 Jai Vikram Singh Verma 2005-08-03 05:34:47 UTC
Created attachment 50162 [details] [review]
fixes the bug#246254 completely
Comment 5 Jai Vikram Singh Verma 2005-08-03 05:37:10 UTC
Created attachment 50163 [details] [review]
fixes the bug#246254 completely
Comment 6 Kaushal Kumar 2005-08-03 06:20:48 UTC
The patch looks fine but we are not making many string changes now. I will
commit it just after 2.12 is released.
Comment 7 Kaushal Kumar 2005-09-14 12:26:07 UTC
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.