aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-03-07 12:18:53 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-03-07 12:18:53 +0100
commitd219eafa16449bba1adb286fa01f7c0355745905 (patch)
tree74b079fcfd1d85f18b38fbc3cd135666a26ea2a9
parentd658d6640ba35ef162c7d1d3f696f28d1387bf3d (diff)
downloadforums-d219eafa16449bba1adb286fa01f7c0355745905.tar
forums-d219eafa16449bba1adb286fa01f7c0355745905.tar.gz
forums-d219eafa16449bba1adb286fa01f7c0355745905.tar.bz2
forums-d219eafa16449bba1adb286fa01f7c0355745905.tar.xz
forums-d219eafa16449bba1adb286fa01f7c0355745905.zip
[ticket/11407] Fix <dfn> description of "notification" option.
PHPBB3-11407
-rw-r--r--phpBB/styles/prosilver/template/ucp_notifications.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html
index a2d558d0ca..9004d235b4 100644
--- a/phpBB/styles/prosilver/template/ucp_notifications.html
+++ b/phpBB/styles/prosilver/template/ucp_notifications.html
@@ -41,7 +41,7 @@
<!-- BEGIN notification_methods -->
<dd class="mark"><input type="checkbox" name="{notification_types.TYPE}_{notification_methods.METHOD}"<!-- IF notification_methods.SUBSCRIBED --> checked="checked"<!-- ENDIF --> /> <dfn>{notification_methods.NAME}</dfn></dd>
<!-- END notification_methods -->
- <dd class="mark"><input type="checkbox" name="{notification_types.TYPE}_notification"<!-- IF notification_types.SUBSCRIBED --> checked="checked"<!-- ENDIF --> /> <dfn>{notification_methods.NAME}</dfn></dd>
+ <dd class="mark"><input type="checkbox" name="{notification_types.TYPE}_notification"<!-- IF notification_types.SUBSCRIBED --> checked="checked"<!-- ENDIF --> /> <dfn>{L_NOTIFICATIONS}</dfn></dd>
</dl>
</li>
<!-- ENDIF -->