diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2009-10-20 18:21:34 +0000 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2009-10-20 18:21:34 +0000 |
commit | 2156b0ca60706e563fabd1f02d9b02462f763e87 (patch) | |
tree | 5bcd4e8b78848474b5ec7cc64b78324ea6c101dd /indra/newview/lllocationinputctrl.h | |
parent | 25639b267db13f86f8446c10d61c814839920bc3 (diff) |
EXT-1479: I18N: string in /en/widgets/location_input.xml wont honor its translation
Pulling these out of widgets and putting them in strings.xml for the sake of the translation tools.
reviewed by James
Diffstat (limited to 'indra/newview/lllocationinputctrl.h')
-rw-r--r-- | indra/newview/lllocationinputctrl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lllocationinputctrl.h b/indra/newview/lllocationinputctrl.h index cd5c482005..c74a294ca3 100644 --- a/indra/newview/lllocationinputctrl.h +++ b/indra/newview/lllocationinputctrl.h @@ -66,8 +66,6 @@ public: Optional<S32> add_landmark_hpad; Optional<LLButton::Params> add_landmark_button, info_button; - Optional<std::string> add_landmark_tool_tip; - Optional<std::string> edit_landmark_tool_tip; Params(); }; |