diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-28 08:43:31 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-28 08:43:31 +0200 |
commit | ad052b81d854e2755d12f5693733ca5be012789c (patch) | |
tree | 03450f054d72dd58f269e73c599941092fd7d303 /program/localization/en_US | |
parent | a7e0897fde2cfa8a50e780740c19ba943a6c64d8 (diff) |
Fix so filename label is "Name" not "Display name"
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index cd0b945d5..1865bcb3d 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -206,6 +206,7 @@ $labels['searchmod'] = 'Search modifiers'; $labels['msgtext'] = 'Entire message'; $labels['body'] = 'Body'; $labels['type'] = 'Type'; +$labels['namex'] = 'Name'; $labels['openinextwin'] = 'Open in new window'; $labels['emlsave'] = 'Download (.eml)'; |