Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2018 02:18:20 AM (8 years ago)
Author:
boonebgorges
Message:

Fix spelling errors in Nouveau AJAX feedback.

Merges [12175] to the 3.0 branch.

Props garrett-eclipse.
Fixes #9515.

Location:
branches/3.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0

    • Property svn:mergeinfo changed
      /trunk (added)merged: 12175
  • branches/3.0/src/bp-templates/bp-nouveau/includes/messages/ajax.php

    r12157 r12176  
    552552        $error_message = __( 'There was a problem starring your messages. Please try again.', 'buddypress' );
    553553    } else {
    554         $error_message = __( 'There was a problem unstarring your messages. Please try agian.', 'buddypress' );
     554        $error_message = __( 'There was a problem unstarring your messages. Please try again.', 'buddypress' );
    555555    }
    556556
Note: See TracChangeset for help on using the changeset viewer.