Improved language vars - refs #4776

skala
Yannick Warnier 13 years ago
parent f9fa79d689
commit f0f1809ed3
  1. 2
      plugin/rss/index.php

@ -12,7 +12,7 @@ $css = $css ? "<style type=\"text/css\" scoped=\"scoped\">$css</style>" : '';
$bullet = api_get_path(WEB_PLUGIN_PATH).'rss/resources/arrow-bullet.png'; $bullet = api_get_path(WEB_PLUGIN_PATH).'rss/resources/arrow-bullet.png';
if (empty($rss)) { if (empty($rss)) {
Display::display_warning_message(get_lang('no_rss')); Display::display_warning_message(get_lang('NoRSSItem'));
return; return;
} }

Loading…
Cancel
Save