summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelclassified.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-20 11:02:20 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-20 11:02:20 -0800
commit5ca943cd0279d35ffdf584fa0de3b795645f276c (patch)
treebd9bde6cfca285b32075054fdb84b9e48a25d407 /indra/newview/llpanelclassified.cpp
parent9ffce056cd37f22d7222aa91670c1e999b849f4b (diff)
Fix mis-spelling in notification text/name introduced from PE.
Diffstat (limited to 'indra/newview/llpanelclassified.cpp')
-rw-r--r--indra/newview/llpanelclassified.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelclassified.cpp b/indra/newview/llpanelclassified.cpp
index 01b3f3bb7f..3f5d80c123 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;
}
}