diff options
| author | Ramzi Linden <ramzi@lindenlab.com> | 2009-12-01 16:38:01 -0800 | 
|---|---|---|
| committer | Ramzi Linden <ramzi@lindenlab.com> | 2009-12-01 16:38:01 -0800 | 
| commit | 2f0b1d164a939d73aae099c9a3a7eaf76f504eaa (patch) | |
| tree | 07df05179dfcd32507e89f2e33e172dfcfda623c | |
| parent | a0c133f819b7b6043e39a39a02310cd1fad67859 (diff) | |
DEV-43612 (part1) fix a typo in UI text from llmaniptranslate
| -rw-r--r-- | indra/newview/llmaniptranslate.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llmaniptranslate.cpp b/indra/newview/llmaniptranslate.cpp index 932a3d8a83..765b504afe 100644 --- a/indra/newview/llmaniptranslate.cpp +++ b/indra/newview/llmaniptranslate.cpp @@ -1440,7 +1440,7 @@ void LLManipTranslate::renderSnapGuides()  				LLVector3 help_text_pos = selection_center_start + (snap_offset_meters_up * 3.f * mSnapOffsetAxis);  				const LLFontGL* big_fontp = LLFontGL::getFontSansSerif(); -				std::string help_text = "Move mouse cursor over ruler to snap"; +				std::string help_text = "Move mouse cursor over ruler";  				LLColor4 help_text_color = LLColor4::white;  				help_text_color.mV[VALPHA] = clamp_rescale(mHelpTextTimer.getElapsedTimeF32(), sHelpTextVisibleTime, sHelpTextVisibleTime + sHelpTextFadeTime, line_alpha, 0.f);  				hud_render_utf8text(help_text, help_text_pos, *big_fontp, LLFontGL::NORMAL, LLFontGL::NO_SHADOW, -0.5f * big_fontp->getWidthF32(help_text), 3.f, help_text_color, mObjectSelection->getSelectType() == SELECT_TYPE_HUD); | 
