aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
diff options
context:
space:
mode:
authorCrizzo <mail@crizzo.de>2016-01-24 12:10:03 +0100
committerCrizzo <mail@crizzo.de>2016-01-24 12:10:03 +0100
commitca9560fc7a75e4aff444aacad682e2039cbf39c6 (patch)
tree05813275108b30df9c34b8d41f65acf359e2cca3 /phpBB/styles/prosilver/template/viewtopic_topic_tools.html
parent911ba6889576b25c3af8b6a94cb217a6826cde49 (diff)
downloadforums-ca9560fc7a75e4aff444aacad682e2039cbf39c6.tar
forums-ca9560fc7a75e4aff444aacad682e2039cbf39c6.tar.gz
forums-ca9560fc7a75e4aff444aacad682e2039cbf39c6.tar.bz2
forums-ca9560fc7a75e4aff444aacad682e2039cbf39c6.tar.xz
forums-ca9560fc7a75e4aff444aacad682e2039cbf39c6.zip
[ticket/14418] Wrong language variable in viewtopic_topic_tools.html fixed
In viewtopic_topic_tools.html was used the language variable L_PM_TOOLS it had to be changed to L_TOPIC_TOOLS to display the right title in the moderation wrench in viewtopic.php PHPBB3-14418
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_topic_tools.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_topic_tools.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_topic_tools.html b/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
index 96c514f1d9..397c807bb3 100644
--- a/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
+++ b/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
@@ -1,6 +1,6 @@
<!-- IF not S_IS_BOT and (U_WATCH_TOPIC or U_BOOKMARK_TOPIC or U_BUMP_TOPIC or U_EMAIL_TOPIC or U_PRINT_TOPIC or S_DISPLAY_TOPIC_TOOLS) -->
<div class="dropdown-container dropdown-button-control topic-tools">
- <span title="{L_PM_TOOLS}" class="button button-secondary dropdown-trigger dropdown-select">
+ <span title="{L_TOPIC_TOOLS}" class="button button-secondary dropdown-trigger dropdown-select">
<i class="icon fa-wrench fa-fw" aria-hidden="true"></i>
<span class="caret"><i class="icon fa-sort-down fa-fw" aria-hidden="true"></i></span>
</span>