From a2be6cd9922bb5322be1b6e4829b7d707aa7a6b6 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 28 May 2009 17:53:27 +0200 Subject: new headline mechanism in the toolbar Ignore-this: f87882b727bcf6ea067945eea0f158b1 The toolbar now features three new buttons to insert a headline. Instead of asking the user for the headline level it asks if she wants a higher, lower or equally leveled section (relative to the current one). This means the user no longer has to count in which section she currently is and encourages users to use the proper order of headline levels. To make room in the toolbar, the old buttons have been moved in a picker. darcs-hash:20090528155327-7ad00-e384cd7e45cb192657e29c875f46e3676d47f367.gz --- inc/lang/en/lang.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'inc/lang/en') diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index d62579fb1..e80e7d420 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -169,6 +169,13 @@ $lang['qb_h2'] = 'Level 2 Headline'; $lang['qb_h3'] = 'Level 3 Headline'; $lang['qb_h4'] = 'Level 4 Headline'; $lang['qb_h5'] = 'Level 5 Headline'; + +$lang['qb_h'] = 'Headline'; +$lang['qb_hs'] = 'Select Headline'; +$lang['qb_hplus'] = 'Higher Headline'; +$lang['qb_hminus'] = 'Lower Headline'; +$lang['qb_hequal'] = 'Same Level Headline'; + $lang['qb_link'] = 'Internal Link'; $lang['qb_extlink'] = 'External Link'; $lang['qb_hr'] = 'Horizontal Rule'; -- cgit v1.2.3