diff options
author | Friendika <info@friendika.com> | 2011-09-02 19:27:21 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-02 19:27:21 -0700 |
commit | 887d06cf5edda2ae390c15abf0ec33b39d74e589 (patch) | |
tree | 49ee8affabd89932eb544b00a60f26ee3cefd858 /view/de/strings.php | |
parent | 9e9b6a3dd1dd6f364ee0448a37bc0d3df71b2977 (diff) | |
parent | 508a13da00e639ca871fa099affe5e73d0b0d6b6 (diff) | |
download | volse-hubzilla-887d06cf5edda2ae390c15abf0ec33b39d74e589.tar.gz volse-hubzilla-887d06cf5edda2ae390c15abf0ec33b39d74e589.tar.bz2 volse-hubzilla-887d06cf5edda2ae390c15abf0ec33b39d74e589.zip |
Merge pull request #168 from Erkan-Yilmaz/master
typo in German page: admin > log
Diffstat (limited to 'view/de/strings.php')
-rw-r--r-- | view/de/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/de/strings.php b/view/de/strings.php index 56d54a6d3..affae0bfe 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -603,7 +603,7 @@ $a->strings["Log settings updated."] = "Protokolleinstellungen aktualisiert."; $a->strings["Clear"] = "löschen"; $a->strings["Debugging"] = "Protokoll führen"; $a->strings["Log file"] = "Protokolldatei"; -$a->strings["Must be writable by web server. Relative to your Friendika index.php."] = "Muss schreibbar durch den Webserver sein. Angabe relativ zu Friendikas indes.php."; +$a->strings["Must be writable by web server. Relative to your Friendika index.php."] = "Muss schreibbar durch den Webserver sein. Angabe relativ zu Friendikas index.php."; $a->strings["Log level"] = "Protokollevel"; $a->strings["Close"] = "Schließen"; $a->strings["FTP Host"] = "FTP Host"; |