Skip to:
Content

bbPress.org

Ticket #2479: 2479.patch

File 2479.patch, 1.1 KB (added by mordauk, 11 years ago)
  • includes/admin/settings.php

     
    578578?>
    579579
    580580        <input name="_bbp_enable_subscriptions" id="_bbp_enable_subscriptions" type="checkbox" value="1" <?php checked( bbp_is_subscriptions_active( true ) ); bbp_maybe_admin_setting_disabled( '_bbp_enable_subscriptions' ); ?> />
    581         <label for="_bbp_enable_subscriptions"><?php esc_html_e( 'Allow users to subscribe to topics', 'bbpress' ); ?></label>
     581        <label for="_bbp_enable_subscriptions"><?php esc_html_e( 'Allow users to subscribe to forums and topics', 'bbpress' ); ?></label>
    582582
    583583<?php
    584584}
  • languages/bbpress.pot

     
    14791479msgstr ""
    14801480
    14811481#: includes/admin/settings.php:581
    1482 msgid "Allow users to subscribe to topics"
     1482msgid "Allow users to subscribe to forums and topics"
    14831483msgstr ""
    14841484
    14851485#: includes/admin/settings.php:597