Change names to be consistent with other apps

This commit is contained in:
Nathan Gray 2011-03-14 20:58:28 +00:00
parent 49bf54aace
commit 1a0ae9c9cc
2 changed files with 2 additions and 2 deletions

View File

@ -300,7 +300,7 @@ class calendar_import_csv implements importexport_iface_import_plugin {
* @return string name
*/
public static function get_name() {
return lang('CSV import');
return lang('Calendar CSV import');
}
/**

View File

@ -139,7 +139,7 @@ class calendar_import_ical implements importexport_iface_import_plugin {
* @return string name
*/
public static function get_name() {
return lang('iCal import');
return lang('Calendar iCal import');
}
/**