diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2006-12-22 22:51:33 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2006-12-22 22:51:33 +0000 |
commit | 803f64c7248d87e9e9508349c699b0f442556d55 (patch) | |
tree | c647d60c4c5e4685561a624bbe52f1eec9702741 /phpBB/language/en/acp/posting.php | |
parent | e66429cba1f79a69890deb6ca9c35841dee6872f (diff) | |
download | forums-803f64c7248d87e9e9508349c699b0f442556d55.tar forums-803f64c7248d87e9e9508349c699b0f442556d55.tar.gz forums-803f64c7248d87e9e9508349c699b0f442556d55.tar.bz2 forums-803f64c7248d87e9e9508349c699b0f442556d55.tar.xz forums-803f64c7248d87e9e9508349c699b0f442556d55.zip |
Bertiezilla make Bertie-smash on language files!
#6244
#6278
#6284
#6286
#6336
#6340
#6342
#6344
#6346
#6352
#6358
#6364
#6376
#6382
#6386
#6388
#6418
#6420
#6426
#6428
#6430
#6434
#6452
#6454
#6458
git-svn-id: file:///svn/phpbb/trunk@6790 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/posting.php')
-rw-r--r-- | phpBB/language/en/acp/posting.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index 13dae541ac..cb16abfe47 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -100,7 +100,7 @@ $lang = array_merge($lang, array( 'FIRST' => 'First', - 'ICONS_ADD' => 'Add a new Icon', + 'ICONS_ADD' => 'Add a new icon', 'ICONS_ADDED' => 'The icon has been added successfully.', 'ICONS_CONFIG' => 'Icon configuration', 'ICONS_DELETED' => 'The icon has been removed successfully.', @@ -137,7 +137,7 @@ $lang = array_merge($lang, array( 'SMILIES_CODE' => 'Smiley code', 'SMILIES_CONFIG' => 'Smiley configuration', 'SMILIES_DELETED' => 'The smiley has been removed successfully.', - 'SMILIES_EDIT' => 'Edit Smiley', + 'SMILIES_EDIT' => 'Edit smiley', 'SMILIES_EDITED' => 'The smiley has been updated successfully.', 'SMILIES_EMOTION' => 'Emotion', 'SMILIES_HEIGHT' => 'Smiley height', |