Making WordPress.org

Changeset 7070


Ignore:
Timestamp:
04/09/2018 09:45:35 PM (6 years ago)
Author:
iandunn
Message:

Stripe Client: Add note to clarify that USD should not be translated.

Props netweb.
Fixes #3555.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/utilities/class-stripe-client.php

    r7042 r7070  
    6767        if ( isset( $request_args['body']['amount'] ) && $request_args['body']['amount'] > self::AMOUNT_MAX ) {
    6868            throw new Exception( sprintf(
     69                // translators: Do _not_ translate "USD" to your locale; it is meant to stay as "USD" exactly.
    6970                __( "We're sorry, but we can't accept amounts larger than %s. Please send the equivalent in USD, or break it up into several smaller payments. Feel free to email <a href='mailto:%s'>%s</a> with any questions.", 'wordcamporg' ),
    7071                number_format( self::AMOUNT_MAX / self::get_fractional_unit_multiplier( $request_args['body']['currency'] ), 2 ),
Note: See TracChangeset for help on using the changeset viewer.