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; }