Skip to:
Content

bbPress.org

Ticket #2880: 2880-Failed.patch

File 2880-Failed.patch, 457 bytes (added by ramiy, 11 years ago)
  • src/includes/admin/tools.php

     
    22142214
    22152215        // Stores messages
    22162216        $messages = array();
    2217         $failed   = __( 'Failed',   'bbpress' );
     2217        $failed   = __( 'Failed!',  'bbpress' );
    22182218        $success  = __( 'Success!', 'bbpress' );
    22192219
    22202220        // Flush the cache; things are about to get ugly.