Skip to content

Commit

Permalink
simple links to feed added to URL field label
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCherniatev committed Apr 28, 2016
1 parent 6936c46 commit 5807afe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inc/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function settngs_custom_url_callback() {
id="layf_custom_url" type="text" class="regular-text code"
value="<?php echo $value;?>">
</label>
<p class="description"><?php _e('Customoze the URL of the feed if needed', 'layf');?></p>
<p class="description"><?php echo sprintf(__('Customoze the URL of the feed if needed', 'layf'), '<a href="'.home_url('/index.php?yandex_feed=news').'">'.home_url('/index.php?yandex_feed=news').'</a>');?></p>
<?php
}

Expand Down
Binary file modified languages/layf-ru_RU.mo
Binary file not shown.
7 changes: 5 additions & 2 deletions languages/layf-ru_RU.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Yandex.News Feed by Teplitsa\n"
"POT-Creation-Date: 2016-04-28 19:26+0200\n"
"PO-Revision-Date: 2016-04-28 19:29+0200\n"
"PO-Revision-Date: 2016-04-28 20:20+0200\n"
"Last-Translator: Anna Ladoshkina <[email protected]>\n"
"Language-Team: Anna Ladoshkina <[email protected]>\n"
"Language: ru\n"
Expand Down Expand Up @@ -85,7 +85,10 @@ msgstr "Лимит количества записей в ленте"

#: inc/admin.php:190
msgid "Customoze the URL of the feed if needed"
msgstr "При необходимости укажите собственный URL-адрес трансляции"
msgstr ""
"При необходимости укажите собственный URL-адрес трансляции.<br />\n"
"Если включены простые постоянные ссылки, URL-адрес ленты будет<br />\n"
"%s"

#: inc/admin.php:201
msgid "Comma separated list of post types"
Expand Down

0 comments on commit 5807afe

Please sign in to comment.