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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user