diff options
author | Callum Macrae <callum@lynxphp.com> | 2011-07-14 21:00:10 +0100 |
---|---|---|
committer | Callum Macrae <callum@lynxphp.com> | 2011-07-14 21:00:10 +0100 |
commit | 16c5352a12cef9572712f4600b8dd9313d2c9d2a (patch) | |
tree | 8ce63eb6d783c4a9e16fae384f4b46250e00cdf8 /phpBB/styles/prosilver | |
parent | 1ace10ab92a19a56bcbfda665c3bd154fd5a1c2c (diff) | |
download | forums-16c5352a12cef9572712f4600b8dd9313d2c9d2a.tar forums-16c5352a12cef9572712f4600b8dd9313d2c9d2a.tar.gz forums-16c5352a12cef9572712f4600b8dd9313d2c9d2a.tar.bz2 forums-16c5352a12cef9572712f4600b8dd9313d2c9d2a.tar.xz forums-16c5352a12cef9572712f4600b8dd9313d2c9d2a.zip |
[ticket/10032] Fixed typos in bbcode button name.
addlistitem was addlitsitem.
PHPBB3-10032
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_buttons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_buttons.html b/phpBB/styles/prosilver/template/posting_buttons.html index 19d55d1a4a..9d08bf851d 100644 --- a/phpBB/styles/prosilver/template/posting_buttons.html +++ b/phpBB/styles/prosilver/template/posting_buttons.html @@ -79,7 +79,7 @@ <input type="button" class="button2" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" title="{L_BBCODE_C_HELP}" /> <input type="button" class="button2" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" title="{L_BBCODE_L_HELP}" /> <input type="button" class="button2" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" title="{L_BBCODE_O_HELP}" /> - <input type="button" class="button2" accesskey="y" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" title="{L_BBCODE_LISTITEM_HELP}" /> + <input type="button" class="button2" accesskey="y" name="addlistitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" title="{L_BBCODE_LISTITEM_HELP}" /> <!-- IF S_BBCODE_IMG --> <input type="button" class="button2" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" title="{L_BBCODE_P_HELP}" /> <!-- ENDIF --> |