1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 00:21:29 +00:00

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));
break;
case 4:
print_notice("Multiple feed URLs found.");
print_notice(__("Multiple feed URLs found."));
$feed_urls = get_feeds_from_html($feed_url);
break;