summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastpanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltoastpanel.cpp')
-rw-r--r--indra/newview/lltoastpanel.cpp12
1 files changed, 2 insertions, 10 deletions
diff --git a/indra/newview/lltoastpanel.cpp b/indra/newview/lltoastpanel.cpp
index c39bac97a8..28052a33be 100644
--- a/indra/newview/lltoastpanel.cpp
+++ b/indra/newview/lltoastpanel.cpp
@@ -45,16 +45,8 @@ LLToastPanel::~LLToastPanel()
std::string LLToastPanel::getTitle()
{
-// *TODO: localize header of Title
-/* std::string title;
- std::string notification_type = mNotification->getType();
-
- if( notification_type == "groupnotify" )
- {
- title = LLTrans::getString("TitleGroup");
- }
-*/
- return (mNotification->getName() + "\n" + mNotification->getMessage());
+ // *TODO: create Title and localize it. If it will be required.
+ return mNotification->getMessage();
}