Making WordPress.org


Ignore:
Timestamp:
08/17/2017 10:12:36 PM (8 years ago)
Author:
coreymckrill
Message:

WordCamp: Remove tabs and newlines from internationalized strings

  • Fix the issue for the remaining WordCamp.org strings.
  • Add translator comments for placeholders in the edited strings.
  • Remove some unnecessary HTML from the edited strings.

Fixes #2571
Props SergeyBiryukov

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/views/common/page-generate-badges.php

    r3015 r5819  
    88<p>
    99    <?php _e(
    10         'This tool will help you create personalized badges for attendees to wear during the event.
    11         There are two methods for this, depending on your preferences:',
     10        'This tool will help you create personalized badges for attendees to wear during the event. There are two methods for this, depending on your preferences:',
    1211        'wordcamporg'
    1312    ); ?>
     
    5150<p>
    5251    <?php printf(
     52        // translators: 1: Gravatar.com URL, 2: Notify tool URL
    5353        __(
    54             'Regardless of which method you choose, you\'ll get the best results if you encourage attendees to create <a href="%s">Gravatar</a> accounts before you create the badges.
    55             You can use <a href="%s">the Notify tool</a> to e-mail everyone.
    56             Make sure to tell them to create their Gravatar account using the same e-mail address that provided when purchasing a ticket.',
     54            'Regardless of which method you choose, you\'ll get the best results if you encourage attendees to create <a href="%1$s">Gravatar</a> accounts before you create the badges. You can use <a href="%2$s">the Notify tool</a> to e-mail everyone. Make sure to tell them to create their Gravatar account using the same e-mail address that provided when purchasing a ticket.',
    5755            'wordcamporg'
    5856        ),
Note: See TracChangeset for help on using the changeset viewer.