From: charno6 Date: Sat, 23 Jul 2016 20:40:23 +0000 (+0200) Subject: Fixed typo in entry:notice:entry_saved X-Git-Tag: 2.0.6~2^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=75ac3e6289088d060eb77375f5fe904f02ce5988;p=github%2Fwallabag%2Fwallabag.git Fixed typo in entry:notice:entry_saved "Eintag" to "Eintrag" --- 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: entry: notice: entry_already_saved: 'Eintrag bereits am %date% gespeichert' - entry_saved: 'Eintag gespeichert' + entry_saved: 'Eintrag gespeichert' # entry_saved_failed: 'Failed to save entry' entry_updated: 'Eintrag aktualisiert' entry_reloaded: 'Eintrag neugeladen'