summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llurlentryagent.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llurlentryagent.cpp b/indra/newview/llurlentryagent.cpp
index d104fdf20d..6af7c9001d 100644
--- a/indra/newview/llurlentryagent.cpp
+++ b/indra/newview/llurlentryagent.cpp
@@ -90,7 +90,8 @@ static std::string clean_name(const std::string& first, const std::string& last)
}
std::string fullname = first;
- if (!last.empty())
+ if (!last.empty()
+ && last != "Resident")
{
fullname += ' ';
fullname += last;