diff options
Diffstat (limited to 'indra/newview/llpanelclassified.cpp')
-rw-r--r-- | indra/newview/llpanelclassified.cpp | 2 |
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; } } |