diff options
| author | 2015-05-18 09:02:28 +0200 | |
|---|---|---|
| committer | 2015-05-18 09:02:28 +0200 | |
| commit | 265f09f25726102249ff3819ae810f85dee2849f (patch) | |
| tree | d0e9cefd61c624d71be60a9a377f5b9f1cec8618 | |
| parent | cad42ea55f8f974899328bed74cf2b9d7fffe4a2 (diff) | |
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', |
