diff options
author | charno6 <charno6@users.noreply.github.com> | 2016-07-23 22:40:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-23 22:40:23 +0200 |
commit | 75ac3e6289088d060eb77375f5fe904f02ce5988 (patch) | |
tree | 67c4069909f1b08f847b63d335b9f568d1ff1f19 /src/Wallabag | |
parent | 8c7d7c0300093517939af3bb5742d5930761cce7 (diff) | |
download | wallabag-75ac3e6289088d060eb77375f5fe904f02ce5988.tar.gz wallabag-75ac3e6289088d060eb77375f5fe904f02ce5988.tar.zst wallabag-75ac3e6289088d060eb77375f5fe904f02ce5988.zip |
Fixed typo in entry:notice:entry_saved
"Eintag" to "Eintrag"
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/translations/messages.de.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml index 89cbbbf8..c98cf0fc 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml | |||
@@ -396,7 +396,7 @@ flashes: | |||
396 | entry: | 396 | entry: |
397 | notice: | 397 | notice: |
398 | entry_already_saved: 'Eintrag bereits am %date% gespeichert' | 398 | entry_already_saved: 'Eintrag bereits am %date% gespeichert' |
399 | entry_saved: 'Eintag gespeichert' | 399 | entry_saved: 'Eintrag gespeichert' |
400 | # entry_saved_failed: 'Failed to save entry' | 400 | # entry_saved_failed: 'Failed to save entry' |
401 | entry_updated: 'Eintrag aktualisiert' | 401 | entry_updated: 'Eintrag aktualisiert' |
402 | entry_reloaded: 'Eintrag neugeladen' | 402 | entry_reloaded: 'Eintrag neugeladen' |