From f0f1809ed394aab13d31f161daef918f836b2ad2 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Mon, 23 Jul 2012 10:59:45 -0500 Subject: [PATCH] Improved language vars - refs #4776 --- plugin/rss/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/rss/index.php b/plugin/rss/index.php index 5fe07f0d9e..7a5bd89acf 100644 --- a/plugin/rss/index.php +++ b/plugin/rss/index.php @@ -12,7 +12,7 @@ $css = $css ? "" : ''; $bullet = api_get_path(WEB_PLUGIN_PATH).'rss/resources/arrow-bullet.png'; if (empty($rss)) { - Display::display_warning_message(get_lang('no_rss')); + Display::display_warning_message(get_lang('NoRSSItem')); return; }