diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2013-03-07 12:18:53 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2013-03-07 12:18:53 +0100 |
| commit | d219eafa16449bba1adb286fa01f7c0355745905 (patch) | |
| tree | 74b079fcfd1d85f18b38fbc3cd135666a26ea2a9 | |
| parent | d658d6640ba35ef162c7d1d3f696f28d1387bf3d (diff) | |
| download | forums-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.html | 2 |
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 --> |
