]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2200 from charno6/patch-1
authorThomas Citharel <tcit@tcit.fr>
Sat, 23 Jul 2016 20:58:26 +0000 (22:58 +0200)
committerGitHub <noreply@github.com>
Sat, 23 Jul 2016 20:58:26 +0000 (22:58 +0200)
Fixed typo in entry:notice:entry_saved

src/Wallabag/CoreBundle/Resources/translations/messages.de.yml

index 89cbbbf883487db0bc06fa915882f3668467f593..c98cf0fce77ac2a371fe8cbec8f7b808eab8bbe9 100644 (file)
@@ -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'