Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Young committed May 27, 2014
2 parents 98df750 + 4de536e commit a90f850
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gumroad/views/admin-sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
<div class="sidebar-container">
<div class="sidebar-content">
<p>
<?php _e( 'Help us get noticed (and boost our egos) with a rating and short review.', 'gum' ); ?>
<?php _e( 'We\'d love a super short review. Seriously, it means a lot.', 'gum' ); ?>
</p>

<a href="https://wordpress.org/support/view/plugin-reviews/gumroad" class="button-primary" target="_blank">
<?php _e( 'Rate this plugin on WordPress.org', 'gum' ); ?></a>
<?php _e( 'Submit a review', 'gum' ); ?></a>
</div>
</div>

<div class="sidebar-container">
<div class="sidebar-content">
<p>
<?php _e( 'Have a feature request or need help from others?', 'gum' ); ?>
<?php _e( 'Need some help? Have a feature request?', 'gum' ); ?>
</p>
<p>
<a href="https://wordpress.org/support/plugin/gumroad" target="_blank">
Expand Down
6 changes: 3 additions & 3 deletions gumroad/views/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,19 @@
</tr>
<tr>
<td>text</td>
<td><?php _e( 'The text that shows on the overlay button. This only applies if the type is set to overlay.', 'gum' ); ?></td>
<td><?php _e( 'Text that shows on the overlay button (applies to overlay only).', 'gum' ); ?></td>
<td>Any text</td>
<td>Buy Now</td>
</tr>
<tr>
<td>wanted</td>
<td><?php _e( 'Will take the user right to the checkout page for this item. This only applies if the type is set to overlay.', 'gum' ); ?></td>
<td><?php _e( 'If true, user will be redirected directly to the checkout page (applies to overlay only).', 'gum' ); ?></td>
<td>true, false</td>
<td>false</td>
</tr>
<tr>
<td>locale</td>
<td><?php _e( 'Auto-set a locale.', 'gum' ); ?></td>
<td><?php _e( 'Auto-set a locale (applies to overlay only).', 'gum' ); ?></td>
<td>true, false</td>
<td>false</td>
</tr>
Expand Down

0 comments on commit a90f850

Please sign in to comment.