diff --git a/timesheet/inc/class.export_timesheet_csv.inc.php b/timesheet/inc/class.export_timesheet_csv.inc.php index 25022bbb36..e3891ac9d5 100644 --- a/timesheet/inc/class.export_timesheet_csv.inc.php +++ b/timesheet/inc/class.export_timesheet_csv.inc.php @@ -65,7 +65,7 @@ class export_timesheet_csv implements iface_export_plugin { * @return string descriprion */ public static function get_description() { - return lang("Exports entries from your Timesheet into a CSV File. CSV means 'Comma Seperated Values'. However in the options Tab you can also choose other seperators."); + return lang("Exports entries from your Timesheet into a CSV File. CSV means 'Comma Seperated Values'. However in the options Tab you can also choose other seperators."); } /**