diff options
Diffstat (limited to 'linden/indra/newview/llpanelgroupgeneral.cpp')
-rw-r--r-- | linden/indra/newview/llpanelgroupgeneral.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelgroupgeneral.cpp b/linden/indra/newview/llpanelgroupgeneral.cpp index bb2c096..166cc04 100644 --- a/linden/indra/newview/llpanelgroupgeneral.cpp +++ b/linden/indra/newview/llpanelgroupgeneral.cpp | |||
@@ -396,7 +396,7 @@ void LLPanelGroupGeneral::openProfile(void* data) | |||
396 | 396 | ||
397 | bool LLPanelGroupGeneral::needsApply(std::string& mesg) | 397 | bool LLPanelGroupGeneral::needsApply(std::string& mesg) |
398 | { | 398 | { |
399 | mesg = getUIString("group_info_unchanged"); | 399 | mesg = getString("group_info_unchanged"); |
400 | return mChanged || mGroupID.isNull(); | 400 | return mChanged || mGroupID.isNull(); |
401 | } | 401 | } |
402 | 402 | ||