From 5ca943cd0279d35ffdf584fa0de3b795645f276c Mon Sep 17 00:00:00 2001 From: Tofu Linden <tofu.linden@lindenlab.com> Date: Wed, 20 Jan 2010 11:02:20 -0800 Subject: [PATCH] Fix mis-spelling in notification text/name introduced from PE. --- indra/newview/llpanelclassified.cpp | 2 +- indra/newview/skins/default/xui/en/notifications.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/indra/newview/llpanelclassified.cpp b/indra/newview/llpanelclassified.cpp index 01b3f3bb7f0..3f5d80c1234 100644 --- a/indra/newview/llpanelclassified.cpp +++ b/indra/newview/llpanelclassified.cpp @@ -1689,7 +1689,7 @@ void LLPanelClassifiedEdit::onSaveClick() { if(gStatusBar->getBalance() < getPriceForListing()) { - LLNotificationsUtil::add("ClassifiedInsuffisientFunds"); + LLNotificationsUtil::add("ClassifiedInsufficientFunds"); return; } } diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index e5933816ef9..dddd178aea2 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -773,9 +773,9 @@ Save changes to classified [NAME]? <notification icon="alertmodal.tga" - name="ClassifiedInsuffisientFunds" + name="ClassifiedInsufficientFunds" type="alertmodal"> -Insuffisient funds to create classified. +Insufficient funds to create classified. <usetemplate name="okbutton" yestext="OK"/> -- GitLab