diff --git a/resources/elcode_english.html b/resources/elcode_english.html index 7c1ae985..c1d025c3 100755 --- a/resources/elcode_english.html +++ b/resources/elcode_english.html @@ -272,7 +272,7 @@ to produce

Other possibilities are [list=A] for capital letters and [list=I] for Roman numbering.

-

Tables [CTRL+T]

+

Tables


Tables can be created with the tags [table][/table] like

diff --git a/src/elogd.c b/src/elogd.c index 19094244..9f2aacd4 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -9854,7 +9854,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL rsprintf(" "); ricon("quote", loc("Insert quote"), "elcode(document.form1.Text, 'QUOTE','')"); ricon("list", loc("Insert list CTRL+L"), "elcode(document.form1.Text, 'LIST','')"); - ricon("table", loc("Insert table CTRL+T"), "elcode(document.form1.Text, 'TABLE','')"); + ricon("table", loc("Insert table"), "elcode(document.form1.Text, 'TABLE','')"); ricon("heading", loc("Insert heading CTRL+H"), "queryHeading(document.form1.Text)"); rsprintf(" ");