mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02: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
|
* @return string name
|
||||||
*/
|
*/
|
||||||
public static function get_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
|
* @return string name
|
||||||
*/
|
*/
|
||||||
public static function get_name() {
|
public static function get_name() {
|
||||||
return lang('iCal import');
|
return lang('Calendar iCal import');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user