From 11ffbec3e2c6da86363bdf01527b5dce893f1370 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Mar 2007 11:31:41 +0100 Subject: i18n, fixes --- modules/pref-feeds.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 256bbbd1f..5a3f84517 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -443,9 +443,9 @@ } if (subscribe_to_feed($link, $feed_url, $cat_id)) { - print format_notice(printf(__("Subscribed to %s."), $feed_url)); + print format_notice(sprintf(__("Subscribed to %s."), $feed_url)); } else { - print format_warning(printf(__("Already subscribed to %s."), $feed_url)); + print format_warning(sprintf(__("Already subscribed to %s."), $feed_url)); } if ($p_from != 'tt-rss') { @@ -547,7 +547,7 @@ } else { - print format_warning(printf(__("Category $%s already exists in the database."), $feed_cat)); + print format_warning(sprintf(__("Category $%s already exists in the database."), $feed_cat)); } } -- cgit v1.2.3