diff options
author | Oz Linden <oz@lindenlab.com> | 2012-06-14 21:21:42 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-06-14 21:21:42 -0400 |
commit | 02f0f87f95c7f47a93d20de9478bf0b2d5c6e4e6 (patch) | |
tree | 8ecaca41b3d03c4b1df24b78417d36207127f332 /indra/newview/skins | |
parent | c8f21753fa4cc88e3ad58f9e117c231d6f5388c0 (diff) |
STORM-1880: copy imported dictionary files rather than moving them
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index bc69e973ed..c04e33fe8e 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2397,6 +2397,17 @@ Would you be my friend? </notification> <notification + icon="alertmodal.tga" + name="SpellingDictImportFailed" + type="alertmodal"> + Unable to copy + [FROM_NAME] + to + [TO_NAME] + <tag>fail</tag> + </notification> + + <notification icon="alertmodal.tga" label="Save Outfit" name="SaveOutfitAs" |