"RB: romoved tab in message phrase, which caused TT to choke"

This commit is contained in:
Stefan Becker 2009-03-20 13:34:02 +00:00
parent 302b6ae7e1
commit 3ef43df5c8

View File

@ -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.");
}
/**