diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-11-28 08:44:03 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-11-28 08:44:03 +0100 |
commit | 61ca7956cc035ad6f537953dce9e719c83c43af8 (patch) | |
tree | 1e42a072c6746c09865f08a37cf0bb1097a6627c /program/localization/en_GB | |
parent | 692011df7fbba1c096802922da99a6c8a883d556 (diff) |
Fix button label: ignore -> Ignore (#1490170)
Diffstat (limited to 'program/localization/en_GB')
-rw-r--r-- | program/localization/en_GB/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc index 7fc6d8c0b..373b38731 100644 --- a/program/localization/en_GB/labels.inc +++ b/program/localization/en_GB/labels.inc @@ -406,7 +406,7 @@ $labels['askuser'] = 'ask each time'; $labels['autosend'] = 'send automatically'; $labels['autosendknown'] = 'send receipt to my contacts, otherwise ask'; $labels['autosendknownignore'] = 'send receipt to my contacts, otherwise ignore'; -$labels['ignore'] = 'ignore'; +$labels['ignore'] = 'Ignore'; $labels['readwhendeleted'] = 'Mark the message as read on delete'; $labels['flagfordeletion'] = 'Flag the message for deletion instead of delete'; $labels['skipdeleted'] = 'Do not show deleted messages'; |