mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Change names to be consistent with other apps
This commit is contained in:
parent
49bf54aace
commit
1a0ae9c9cc
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user