From 4dccf1ed93948f6e75750c31ba6bb0abf053e52b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Mar 2007 13:50:46 +0100 Subject: more i18n work --- modules/pref-feeds.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 1f5a9d9da..5a5d0f0e7 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(sprintf(__("Subscribed to %s."), $feed_url)); + print_notice(T_sprintf("Subscribed to %s.", $feed_url)); } else { - print format_warning(sprintf(__("Already subscribed to %s."), $feed_url)); + print_warning(T_sprintf("Already subscribed to %s.", $feed_url)); } if ($p_from != 'tt-rss') { @@ -547,7 +547,8 @@ } else { - print format_warning(sprintf(__("Category $%s already exists in the database."), $feed_cat)); + print_warning(T_sprintf("Category $%s already exists in the database.", + $feed_cat)); } } -- cgit v1.2.3