diff --git a/TODO b/TODO index cd4562d5..a100ddda 100644 --- a/TODO +++ b/TODO @@ -18,7 +18,7 @@ FIXED 0001276 Bind Zones Not Updated on Nameserver Change 0001041 Customer should have access to his webserver logs. 0001267 Domain-Aliases also create a HOST-entry 0001266 Lighttpd has a internal limit of regex-hits which limits max amount of domain-aliases - 0001263 Cosmettic Change +FIXED 0001263 Cosmettic Change WONTFIX 0001056 Need extra payment methods WONTFIX 0001262 Currency type modification. WONTFIX 0001257 Fee is recalculated with current contract data although interval is over diff --git a/lng/english.lng.php b/lng/english.lng.php index 0ddb161f..1a03225e 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -309,7 +309,7 @@ $lng['admin']['templates']['templates'] = 'E-Mail-templates'; $lng['admin']['templates']['template_add'] = 'Add template'; $lng['admin']['templates']['template_edit'] = 'Edit template'; $lng['admin']['templates']['action'] = 'Action'; -$lng['admin']['templates']['email'] = 'E-Mail- & Filetemplates'; +$lng['admin']['templates']['email'] = 'E-mail & file templates'; $lng['admin']['templates']['subject'] = 'Subject'; $lng['admin']['templates']['mailbody'] = 'Mail body'; $lng['admin']['templates']['createcustomer'] = 'Welcome mail for new customers'; diff --git a/lng/german.lng.php b/lng/german.lng.php index 2849f6f9..5c243832 100644 --- a/lng/german.lng.php +++ b/lng/german.lng.php @@ -309,7 +309,7 @@ $lng['admin']['templates']['templates'] = 'E-Mail-Vorlagen'; $lng['admin']['templates']['template_add'] = 'Vorlage hinzufügen'; $lng['admin']['templates']['template_edit'] = 'Vorlage bearbeiten'; $lng['admin']['templates']['action'] = 'Aktion'; -$lng['admin']['templates']['email'] = 'E-Mail- & Dateivorlagen'; +$lng['admin']['templates']['email'] = 'E-Mail & Dateivorlagen'; $lng['admin']['templates']['subject'] = 'Betreff'; $lng['admin']['templates']['mailbody'] = 'Mailtext'; $lng['admin']['templates']['createcustomer'] = 'Willkommensmail für neue Kunden';