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 340001 - show message 'insert rule' for table
show message 'insert rule' for table
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: html-editor-control
3.10.x
Other All
: Normal normal
: 2.6
Assigned To: gtkhtml-maintainers
Evolution QA team
: 339997 340000 340297 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-04-28 08:18 UTC by Cai Nan
Modified: 2006-05-15 14:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
fix the bug (1.33 KB, patch)
2006-04-28 08:21 UTC, Cai Nan
committed Details | Review

Description Cai Nan 2006-04-28 08:18:00 UTC
Please describe the problem:
show message 'insert rule' for table bar under html format in compose window 

Steps to reproduce:
1. open a compose window
2. change format to html
3. move your mouse to toolbar item 'Table'



Actual results:
show message 'insert rule'

Expected results:
show message 'insert table'

Does this happen every time?
yes

Other information:
Comment 1 Cai Nan 2006-04-28 08:21:12 UTC
Created attachment 64453 [details] [review]
fix the bug

correct the tip message for table bar
Comment 2 André Klapper 2006-04-28 09:27:34 UTC
*** Bug 339997 has been marked as a duplicate of this bug. ***
Comment 3 André Klapper 2006-04-28 09:27:40 UTC
*** Bug 340000 has been marked as a duplicate of this bug. ***
Comment 4 André Klapper 2006-05-01 15:15:53 UTC
*** Bug 340297 has been marked as a duplicate of this bug. ***
Comment 5 Harish Krishnaswamy 2006-05-15 10:07:20 UTC
looks good to commit.
Comment 6 André Klapper 2006-05-15 12:09:07 UTC
patch can be committed both to head and the stable branch, because the string "Insert Table" already exists and is marked for translation in 
/components/html-editor/GNOME_GtkHTML_Editor-emacs.xml.in.h:54
Comment 7 André Klapper 2006-05-15 12:15:27 UTC
pardon, i meant "Insert table" of course, not "Insert Table". sorry for the noise.
Comment 8 Harish Krishnaswamy 2006-05-15 14:45:59 UTC
Committed this myself on both the branches for the gtkhtml-3.11.2 release. Thanks for the patch.