From 8864ea8d15bc1cdd91f3f0e55a6738e9797d25ab Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Tue, 3 Apr 2012 09:51:13 +0200 Subject: [PATCH] Fixed typo in lang files --- src/lang/de/main.php | 2 +- src/lang/en/main.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/de/main.php b/src/lang/de/main.php index 7e044c2..f90310a 100644 --- a/src/lang/de/main.php +++ b/src/lang/de/main.php @@ -80,7 +80,7 @@ $content['LN_ERROR_DB_INVALIDDBDRIVER'] = "Ungültiger Datenbank Treiber aus $content['LN_ERROR_DB_TABLENOTFOUND'] = "Die angegebene Tabelle konnte nicht gefunden werden, evtl. ist der Eintrag falsch geschrieben oder Gross- und Kleinschreibung wurden nicht beachtet."; $content['LN_ERROR_DB_DBFIELDNOTFOUND'] = "Die Datenbankfeldzuordnung ist fehlerhaft, es konnte mindestens ein Feld nicht gefunden werden."; $content['LN_GEN_SELECTEXPORT'] = "> Exportformat auswählen <"; -$content['LN_GEN_EXPORT_CVS'] = "CVS (Komma unterteilt)"; +$content['LN_GEN_EXPORT_CVS'] = "CSV (Komma unterteilt)"; $content['LN_GEN_EXPORT_XML'] = "XML"; $content['LN_GEN_EXPORT_PDF'] = "PDF"; $content['LN_GEN_ERROR_EXPORING'] = "Fehler beim exportieren der Daten"; diff --git a/src/lang/en/main.php b/src/lang/en/main.php index dc7ecbe..05f4dd5 100644 --- a/src/lang/en/main.php +++ b/src/lang/en/main.php @@ -82,7 +82,7 @@ $content['LN_ERROR_DB_TABLENOTFOUND'] = "Could not find the configured table, ma $content['LN_ERROR_DB_DBFIELDNOTFOUND'] = "Database Field mapping for at least one field could not be found."; $content['LN_GEN_SELECTEXPORT'] = "> Select Exportformat <"; - $content['LN_GEN_EXPORT_CVS'] = "CVS (Comma separated)"; + $content['LN_GEN_EXPORT_CVS'] = "CSV (Comma separated)"; $content['LN_GEN_EXPORT_XML'] = "XML"; $content['LN_GEN_EXPORT_PDF'] = "PDF"; $content['LN_GEN_ERROR_EXPORING'] = "Error exporting data";