From c3e4bc2fcd13ad5faeeb1378c1a4ea13963e040f Mon Sep 17 00:00:00 2001 From: Maximilian Schulze Date: Sun, 16 Apr 2017 20:54:04 +0200 Subject: fix typo in german translation This commit removes a typo which showed up in input fields where you could enter your text in markdown. --- app/Locale/de_DE/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Locale') diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 3ffa796b..e31f6315 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1206,7 +1206,7 @@ return array( 'API User Access' => 'API Benutzerzugriff', 'Preview' => 'Vorschau', 'Write' => 'Schreiben', - 'Write your text in Markdown' => 'Schreiben Sie iHren Text in Markdown', + 'Write your text in Markdown' => 'Schreiben Sie Ihren Text in Markdown', 'New External Task: %s' => 'Neue externe Aufgabe: %s', 'No personal API access token registered.' => 'Keine persönlichen API-Zugriffsinformationen registriert', 'Your personal API access token is "%s"' => 'Ihre persönlichen API-Zugriffsinformationen: "%s"', -- cgit v1.2.3