diff options
author | Oz Linden <oz@lindenlab.com> | 2012-06-20 21:52:42 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-06-20 21:52:42 -0400 |
commit | 5dceb6b06c8493d0bf0e21ead14539185bd4b4a8 (patch) | |
tree | 2e5dee7a1d5747b4275723e78e25331aafd18443 /indra/newview/skins/default | |
parent | 8ef14ffb299a55d29284111899415d824db89263 (diff) |
STORM-1889: require all fields when importing spelling dictionary
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 79e02727e9..1cb0fad9a9 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2398,6 +2398,14 @@ Would you be my friend? <notification icon="alertmodal.tga" + name="SpellingDictImportRequired" + type="alertmodal"> + You must specify a file, a name, and a language. + <tag>fail</tag> + </notification> + + <notification + icon="alertmodal.tga" name="SpellingDictIsSecondary" type="alertmodal"> The dictionary [DIC_NAME] does not appear to have an "aff" file; this means that it is a "secondary" dictionary. |