mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Adjust language key SPLIT_AFTER to make the action clearer.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8926 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b812f81ac4
commit
40ae0658f0
2 changed files with 2 additions and 1 deletions
|
@ -138,6 +138,7 @@
|
|||
<li>[Change] Reply to PM now includes all previous recipients and not only the original sender.</li>
|
||||
<li>[Change] Make topic selection for merge less confusing by removing unneeded controls. (Bug #21925)</li>
|
||||
<li>[Change] MCP topic view checkboxes now default to unchecked.</li>
|
||||
<li>[Change] Adjust language key <em>SPLIT_AFTER</em> to make the action clearer.</li>
|
||||
|
||||
<li>[Feature] Allow limited inheritance for template sets.</li>
|
||||
<li>[Feature] Allow hard disabling of the template editor.</li>
|
||||
|
|
|
@ -292,7 +292,7 @@ $lang = array_merge($lang, array(
|
|||
'SORT_DATE' => 'Date',
|
||||
'SORT_IP' => 'IP address',
|
||||
'SORT_WARNINGS' => 'Warnings',
|
||||
'SPLIT_AFTER' => 'Split from selected post',
|
||||
'SPLIT_AFTER' => 'Split topic from selected post onwards',
|
||||
'SPLIT_FORUM' => 'Forum for new topic',
|
||||
'SPLIT_POSTS' => 'Split selected posts',
|
||||
'SPLIT_SUBJECT' => 'New topic title',
|
||||
|
|
Loading…
Add table
Reference in a new issue