diff options
| author | 2015-05-18 10:09:40 +0200 | |
|---|---|---|
| committer | 2015-05-18 10:09:40 +0200 | |
| commit | 9b69ec4b3194a82f9c3b0d5ee513a2acdcea74eb (patch) | |
| tree | a4b7d10fcd716e90f134e4bd1bba8a659da8fa56 | |
| parent | 3e738e91e0b517856a7878cf60799cd2661a732a (diff) | |
| parent | 265f09f25726102249ff3819ae810f85dee2849f (diff) | |
Merge pull request #842 from Alwaysin/patch-9
Language fix
| -rw-r--r-- | app/i18n/en/gen.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php index 013c3495d..6e47e0921 100644 --- a/app/i18n/en/gen.php +++ b/app/i18n/en/gen.php @@ -150,7 +150,7 @@ return array( 'wallabag' => 'wallabag', ), 'short' => array( - 'attention' => 'Attention!', + 'attention' => 'Warning!', 'blank_to_disable' => 'Leave blank to disable', 'by_author' => 'By <em>%s</em>', 'by_default' => 'By default', |
