Making WordPress.org

Changeset 4168


Ignore:
Timestamp:
09/29/2016 06:22:33 PM (9 years ago)
Author:
iandunn
Message:

WordCamp Budgets: Rename "Pending Payment" status to avoid confusion.

See https://wordpress.slack.com/archives/meta-wordcamp/p1472738560000048

File:
1 edited

Legend:

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

    r4160 r4168  
    5656
    5757        register_post_status( 'wcb-pending-payment', array (
    58             'label' => _x( 'Pending Payment', 'payment request', 'wordcamporg' ),
     58            'label' => _x( 'Payment Sent', 'payment request', 'wordcamporg' ),
    5959            'public' => false,
    6060            'protected' => true,
    6161            'label_count' => _nx_noop(
    62                 'Pending Payment <span class="count">(%s)</span>',
    63                 'Pending Payment <span class="count">(%s)</span>',
     62                'Payment Sent <span class="count">(%s)</span>',
     63                'Payment Sent <span class="count">(%s)</span>',
    6464                'wordcamporg'
    6565            ),
Note: See TracChangeset for help on using the changeset viewer.