aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-02 16:07:40 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-07 07:43:48 +0200
commit6c8806cadc9894e2bc7d067055feea6ee2b7602c (patch)
treeb4dfc7b1b6119615a598d10569a7eeea2e4a56b9 /src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
parentb0458874c85060c992aa1cb78dec91ee85082b74 (diff)
downloadwallabag-6c8806cadc9894e2bc7d067055feea6ee2b7602c.tar.gz
wallabag-6c8806cadc9894e2bc7d067055feea6ee2b7602c.tar.zst
wallabag-6c8806cadc9894e2bc7d067055feea6ee2b7602c.zip
Fix bad translation key
`entry_reload_failed` instead of `entry_reloaded_failed`
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.es.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.es.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
index 25d2f3a2..a1fc34ef 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
@@ -462,7 +462,7 @@ flashes:
462 # entry_saved_failed: 'Entry saved but fetching content failed' 462 # entry_saved_failed: 'Entry saved but fetching content failed'
463 entry_updated: 'Entrada actualizada' 463 entry_updated: 'Entrada actualizada'
464 entry_reloaded: 'Entrada recargada' 464 entry_reloaded: 'Entrada recargada'
465 # entry_reload_failed: 'Entry reloaded but fetching content failed' 465 # entry_reloaded_failed: 'Entry reloaded but fetching content failed'
466 entry_archived: 'Artículo archivado' 466 entry_archived: 'Artículo archivado'
467 entry_unarchived: 'Artículo desarchivado' 467 entry_unarchived: 'Artículo desarchivado'
468 entry_starred: 'Artículo guardado en los favoritos' 468 entry_starred: 'Artículo guardado en los favoritos'