Changeset 5819 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/views/common/page-generate-badges.php
- Timestamp:
- 08/17/2017 10:12:36 PM (8 years ago)
- 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 8 8 <p> 9 9 <?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:', 12 11 'wordcamporg' 13 12 ); ?> … … 51 50 <p> 52 51 <?php printf( 52 // translators: 1: Gravatar.com URL, 2: Notify tool URL 53 53 __( 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.', 57 55 'wordcamporg' 58 56 ),
Note: See TracChangeset
for help on using the changeset viewer.