aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-05-02 23:54:35 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2011-05-02 23:54:35 -0400
commitc651948cb3effbd2960062114f4b93d6507a2fe8 (patch)
tree96a5bd26bf1688fab4591a271b75e8b71f5b5f33 /phpBB/styles
parentaa7be58d41b5522277740535d84115f90170c79a (diff)
downloadforums-c651948cb3effbd2960062114f4b93d6507a2fe8.tar
forums-c651948cb3effbd2960062114f4b93d6507a2fe8.tar.gz
forums-c651948cb3effbd2960062114f4b93d6507a2fe8.tar.bz2
forums-c651948cb3effbd2960062114f4b93d6507a2fe8.tar.xz
forums-c651948cb3effbd2960062114f4b93d6507a2fe8.zip
[ticket/9630] Make language for moving posts clearer in quickmod/mcp.
PHPBB3-9630
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/mcp_topic.html2
-rw-r--r--phpBB/styles/subsilver2/template/mcp_topic.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html
index db36ebf5ac..a4d2a0f600 100644
--- a/phpBB/styles/prosilver/template/mcp_topic.html
+++ b/phpBB/styles/prosilver/template/mcp_topic.html
@@ -31,7 +31,7 @@ onload_functions.push('subPanels()');
</li>
<li id="merge-panel-tab"<!-- IF S_MERGE_VIEW --> class="activetab"<!-- ENDIF -->>
<span class="corners-top"><span></span></span>
- <a href="#minitabs" onclick="subPanels('merge-panel'); return false;"><span>{L_MERGE_TOPIC}</span></a>
+ <a href="#minitabs" onclick="subPanels('merge-panel'); return false;"><span>{L_MERGE_POSTS}</span></a>
</li>
</ul>
</div>
diff --git a/phpBB/styles/subsilver2/template/mcp_topic.html b/phpBB/styles/subsilver2/template/mcp_topic.html
index 12c0f73b97..13865d26ee 100644
--- a/phpBB/styles/subsilver2/template/mcp_topic.html
+++ b/phpBB/styles/subsilver2/template/mcp_topic.html
@@ -35,7 +35,7 @@
<!-- IF S_CAN_MERGE -->
<tr>
- <th colspan="3" nowrap="nowrap">{L_MERGE_TOPIC}</th>
+ <th colspan="3" nowrap="nowrap">{L_MERGE_POSTS}</th>
</tr>
<tr>
<td class="row2" colspan="3" align="center"><span class="gensmall">{L_MERGE_TOPIC_EXPLAIN}</span></td>