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 246244 - Properties: Page dialog - label suggestions
Properties: Page dialog - label suggestions
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: Editing
unspecified
Other other
: Normal normal
: 2.5
Assigned To: Evolution Product Design Team
Evolution QA team
Depends on:
Blocks: 246224
 
 
Reported: 2003-07-13 21:59 UTC by Eugene O'Connor
Modified: 2005-07-22 09:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
this patch fixes the label suggestion as prescribed (1.77 KB, patch)
2005-07-16 09:39 UTC, riyaz
none Details | Review

Description Eugene O'Connor 2003-07-13 21:59:17 UTC
Properties: Page dialog - To open, choose File > New > Mail Message, then 
choose Format > Page.

1. s/Properties: Page/Format Page    (In titlebar)
2. s/Perforated Paper/Perforated paper   (in Template drop-down list)
3. s/Blue Ink/Blue ink   (in Template drop-down list)
4. Perhaps s/Document Title/Message Title ?

See also bug 246243.

This bug blocks bug 246224.
Comment 1 André Klapper 2005-05-20 14:52:07 UTC
the first three strings are still valid in gtkhtml2-3.6.2.0.200505010310-0.snap.
ximian.10.1 (evolution-2.2.2) on suse9.2.
fourth string does not exist anymore.
template dropdown list entries should be in gtkhtml/components/html-editor/body.
c.
Comment 2 ABDUL RAUF 2005-05-26 06:53:59 UTC
setting target mile stone
Comment 3 riyaz 2005-07-16 09:39:54 UTC
Created attachment 49282 [details] [review]
this patch fixes the label suggestion as prescribed
Comment 4 Kaushal Kumar 2005-07-20 11:12:21 UTC
Riyaz: 'Perforated Paper' needs to be replaced by Perforated paper. Please
correct the patch likewise.
Comment 5 Kaushal Kumar 2005-07-22 05:38:55 UTC
Eugene: 
> 1. s/Properties: Page/Format Page    (In titlebar)

Here, is 'Format: Page' acceptable ? 

If not, we would replace likewise for 'Paragraph' and 'Text' options also.
Comment 6 Kaushal Kumar 2005-07-22 08:55:04 UTC
Okay, I have modified the title display and removed ':' from it. 

2005-07-22  Kaushal Kumar  <kakumar@novell.com>

        * body.c: HIGify two template strings.

        * menubar.c (format_page_cb): HIGify dialog title.

        * properties.c (switch_page): HIGify title display.

        Based on patch from H.A.Riyaz Ahmed.
        Fixes bug #246244.