Skip to:
Content

bbPress.org


Ignore:
Timestamp:
10/16/2015 01:30:09 PM (9 years ago)
Author:
netweb
Message:

i18n: Merge similar translation strings

This changset brings consistency to failed warning strings in our repair tools and removes extra whitespace in two strings. This reduces the number of strings that our translation volunteers need to translate.

Props ramiy. Fixes #2880

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/tools.php

    r5916 r5940  
    22152215    // Stores messages
    22162216    $messages = array();
    2217     $failed   = __( 'Failed',   'bbpress' );
     2217    $failed   = __( 'Failed!',   'bbpress' );
    22182218    $success  = __( 'Success!', 'bbpress' );
    22192219
Note: See TracChangeset for help on using the changeset viewer.