Making WordPress.org


Ignore:
Timestamp:
01/11/2016 10:51:14 PM (9 years ago)
Author:
iandunn
Message:

WordCamp Budgets: Correct text domain.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/payment-request.php

    r2272 r2274  
    615615
    616616        if ( 'paid' == $post->post_status && 'paid' != get_query_var( 'post_status' ) ) {
    617             $states['paid'] = __( 'Paid', 'camptix' );
     617            $states['paid'] = __( 'Paid', 'wordcamporg' );
    618618        }
    619619
    620620        if ( 'unpaid' == $post->post_status && 'unpaid' != get_query_var( 'post_status' ) ) {
    621             $states['unpaid'] = __( 'Unpaid', 'camptix' );
     621            $states['unpaid'] = __( 'Unpaid', 'wordcamporg' );
    622622        }
    623623
Note: See TracChangeset for help on using the changeset viewer.