aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llgroupnotify.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llgroupnotify.cpp
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
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)