summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelclassified.cpp
diff options
context:
space:
mode:
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;
}
}