diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-03-07 11:31:29 -0600 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-03-07 11:31:29 -0600 |
commit | 0c8c8484d05dbb307e8b12a154664da8dabc0756 (patch) | |
tree | 74b079fcfd1d85f18b38fbc3cd135666a26ea2a9 | |
parent | d658d6640ba35ef162c7d1d3f696f28d1387bf3d (diff) | |
parent | d219eafa16449bba1adb286fa01f7c0355745905 (diff) | |
download | forums-0c8c8484d05dbb307e8b12a154664da8dabc0756.tar forums-0c8c8484d05dbb307e8b12a154664da8dabc0756.tar.gz forums-0c8c8484d05dbb307e8b12a154664da8dabc0756.tar.bz2 forums-0c8c8484d05dbb307e8b12a154664da8dabc0756.tar.xz forums-0c8c8484d05dbb307e8b12a154664da8dabc0756.zip |
Merge remote-tracking branch 'remotes/nickv/ticket/11407' into develop
# By Joas Schilling
# Via Joas Schilling
* remotes/nickv/ticket/11407:
[ticket/11407] Fix <dfn> description of "notification" option.
-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 --> |