mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/10123] Change "smilie" to "smiley" as per our coding guidelines.
PHPBB3-10123
This commit is contained in:
parent
c910ce1cc6
commit
5798c8f02e
1 changed files with 3 additions and 3 deletions
|
@ -168,9 +168,9 @@ $lang = array_merge($lang, array(
|
||||||
'SMILIES_CONFIG' => 'Smiley configuration',
|
'SMILIES_CONFIG' => 'Smiley configuration',
|
||||||
'SMILIES_DELETED' => 'The smiley has been removed successfully.',
|
'SMILIES_DELETED' => 'The smiley has been removed successfully.',
|
||||||
'SMILIES_EDIT' => 'Edit smiley',
|
'SMILIES_EDIT' => 'Edit smiley',
|
||||||
'SMILIE_NO_CODE' => 'The smilie “%s” was ignored, as there was no code entered.',
|
'SMILIE_NO_CODE' => 'The smiley “%s” was ignored, as there was no code entered.',
|
||||||
'SMILIE_NO_EMOTION' => 'The smilie “%s” was ignored, as there was no emotion entered.',
|
'SMILIE_NO_EMOTION' => 'The smiley “%s” was ignored, as there was no emotion entered.',
|
||||||
'SMILIE_NO_FILE' => 'The smilie “%s” was ignored, as the file is missing.',
|
'SMILIE_NO_FILE' => 'The smiley “%s” was ignored, as the file is missing.',
|
||||||
'SMILIES_NONE_EDITED' => 'No smilies were updated.',
|
'SMILIES_NONE_EDITED' => 'No smilies were updated.',
|
||||||
'SMILIES_ONE_EDITED' => 'The smiley has been updated successfully.',
|
'SMILIES_ONE_EDITED' => 'The smiley has been updated successfully.',
|
||||||
'SMILIES_EDITED' => 'The smilies have been updated successfully.',
|
'SMILIES_EDITED' => 'The smilies have been updated successfully.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue