fix wrong translation in de_DE

This commit is contained in:
Andrew Dolgov 2012-02-29 09:40:34 +04:00
parent 9c97041d55
commit d50edb08ba
2 changed files with 2 additions and 2 deletions

View File

@ -1021,7 +1021,7 @@ class Pref_Feeds extends Protected_Handler {
print_warning(T_sprintf("Already subscribed to <b>%s</b>.", $feed_url)); print_warning(T_sprintf("Already subscribed to <b>%s</b>.", $feed_url));
break; break;
case 4: case 4:
print_notice("Multiple feed URLs found."); print_notice(__("Multiple feed URLs found."));
$feed_urls = get_feeds_from_html($feed_url); $feed_urls = get_feeds_from_html($feed_url);
break; break;

View File

@ -1541,7 +1541,7 @@ msgstr ""
#: classes/pref_feeds.php:1050 #: classes/pref_feeds.php:1050
msgid "Subscribe to selected feed" msgid "Subscribe to selected feed"
msgstr "Ausgewählte Feeds abbestellen" msgstr "Ausgewählte Feed abonnieren"
#: classes/pref_feeds.php:1075 #: classes/pref_feeds.php:1075
msgid "Edit subscription options" msgid "Edit subscription options"