summaryrefslogtreecommitdiff
path: root/inc/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-02-05 22:28:56 +0100
committerAndreas Gohr <andi@splitbrain.org>2014-02-05 22:28:56 +0100
commit2bc9e7932fca7046e932dc3722bc3f949e086e94 (patch)
tree4312a07e71e0fd8965e529cea3f4c18cde0777a6 /inc/lang/en
parent607cc670a93560ce2be4377064eebb8d2218ace1 (diff)
downloadrpg-2bc9e7932fca7046e932dc3722bc3f949e086e94.tar.gz
rpg-2bc9e7932fca7046e932dc3722bc3f949e086e94.tar.bz2
renamed code button to monospace FS#2934 and many others
Let's stop confusing people with what this button does
Diffstat (limited to 'inc/lang/en')
-rw-r--r--inc/lang/en/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index 17a75803f..cbdef8661 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -224,7 +224,7 @@ $lang['both_changes'] = 'Both pages and media files';
$lang['qb_bold'] = 'Bold Text';
$lang['qb_italic'] = 'Italic Text';
$lang['qb_underl'] = 'Underlined Text';
-$lang['qb_code'] = 'Code Text';
+$lang['qb_code'] = 'Monospaced Text';
$lang['qb_strike'] = 'Strike-through Text';
$lang['qb_h1'] = 'Level 1 Headline';
$lang['qb_h2'] = 'Level 2 Headline';