aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llgroupnotify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llgroupnotify.cpp')
-rw-r--r--linden/indra/newview/llgroupnotify.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llgroupnotify.cpp b/linden/indra/newview/llgroupnotify.cpp
index 8a88165..6947aae 100644
--- a/linden/indra/newview/llgroupnotify.cpp
+++ b/linden/indra/newview/llgroupnotify.cpp
@@ -285,7 +285,7 @@ LLGroupNotifyBox::LLGroupNotifyBox(const char* subject,
285 onClickNext, 285 onClickNext,
286 this, 286 this,
287 LLFontGL::sSansSerif); 287 LLFontGL::sSansSerif);
288 btn->setToolTip("Next"); 288 btn->setToolTip(LLString("Next")); // *TODO: Translate
289 addChild(btn); 289 addChild(btn);
290 mNextBtn = btn; 290 mNextBtn = btn;
291 291
@@ -312,7 +312,7 @@ LLGroupNotifyBox::LLGroupNotifyBox(const char* subject,
312 BTN_HEIGHT); 312 BTN_HEIGHT);
313 313
314 btn = new LLButton("Group Notices", btn_rect, "", onClickGroupInfo, this); 314 btn = new LLButton("Group Notices", btn_rect, "", onClickGroupInfo, this);
315 btn->setToolTip("View past notices or opt-out of receiving these messages here."); 315 btn->setToolTip(LLString("View past notices or opt-out of receiving these messages here.")); // TODO: Translate
316 addChild(btn, -1); 316 addChild(btn, -1);
317 317
318 if (mHasInventory && mInventoryOffer) 318 if (mHasInventory && mInventoryOffer)