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