summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wordpress-mobile-pack/admin/pages/settings.php')
-rwxr-xr-x[-rw-r--r--]plugins/wordpress-mobile-pack/admin/pages/settings.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/wordpress-mobile-pack/admin/pages/settings.php b/plugins/wordpress-mobile-pack/admin/pages/settings.php
index 000e2629..63215eeb 100644..100755
--- a/plugins/wordpress-mobile-pack/admin/pages/settings.php
+++ b/plugins/wordpress-mobile-pack/admin/pages/settings.php
@@ -71,7 +71,7 @@
<div class="spacer-10"></div>
<!-- add radio buttons -->
- <input type="radio" name="wmp_editsettings_postsperpage" id="wmp_editsettings_postsperpage_auto" value="auto" <?php if ($posts_per_page == "auto") echo "checked" ;?> /><label for="wmp_editsettings_postsperpage_auto"><strong>Auto</strong> (combine one or two posts per page)</label>
+ <input type="radio" name="wmp_editsettings_postsperpage" id="wmp_editsettings_postsperpage_auto" value="auto" <?php if ($posts_per_page == "auto") echo "checked" ;?> /><label for="wmp_editsettings_postsperpage_auto"><strong>Auto</strong> (1 or 2 posts per page)</label>
<div class="spacer-10"></div>
<input type="radio" name="wmp_editsettings_postsperpage" id="wmp_editsettings_postsperpage_single" value="single" <?php if ($posts_per_page == "single") echo "checked" ;?> /><label for="wmp_editsettings_postsperpage_single">One post per page</label>
@@ -105,6 +105,7 @@
</div>
<div class="spacer-15"></div>
+ <a name="verifyapikey"></a>
<div class="details">
<div class="display-mode">
<h2 class="title">Connect with Appticles</h2>
@@ -169,7 +170,7 @@
<div class="display-mode">
<h2 class="title">Language Settings</h2>
<div class="spacer-20"></div>
- <p>Wordpress Mobile Pack will automatically translate your mobile web app in one of the supported languages: English, French, German, Hungarian, Italian, Polish, Portuguese (Brazil), Romanian, Spanish or Swedish. This is done based on your Wordpress settings and doesn't require additional changes from the plugin. A big thanks to all of our <a href="https://wordpress.org/plugins/wordpress-mobile-pack/other_notes/" target="_blank">contributors</a>.</p>
+ <p>Wordpress Mobile Pack will automatically translate your mobile web app in one of the supported languages: Dutch, English, French, German, Hungarian, Italian, Polish, Portuguese (Brazil), Romanian, Spanish or Swedish. This is done based on your Wordpress settings and doesn't require additional changes from the plugin. A big thanks to all of our <a href="https://wordpress.org/plugins/wordpress-mobile-pack/other_notes/" target="_blank">contributors</a>.</p>
<div class="spacer-10"></div>
<p>However, if you wish to add another language or change the labels for your current one, you can do so by editing the language files located in <strong><?php echo WMP_PLUGIN_PATH."frontend/locales";?></strong>. To ensure your translation file will not be overwritten by future updates, please send it to our <a href="mailto:<?php echo WMP_FEEDBACK_EMAIL;?>">support team</a>.</p>
<div class="spacer-10"></div>