From 3ef43df5c8d52dad521fb300525417ed39a71ddc Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Fri, 20 Mar 2009 13:34:02 +0000 Subject: [PATCH] "RB: romoved tab in message phrase, which caused TT to choke" --- timesheet/inc/class.export_timesheet_csv.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); } /**