diff --git a/app/views/user/view.rhtml b/app/views/user/view.rhtml
index 033240f77..dd02c5e98 100644
--- a/app/views/user/view.rhtml
+++ b/app/views/user/view.rhtml
@@ -40,7 +40,7 @@
No home location has been set.
<% if @user and @this_user.id == @user.id %>
- You can set your home location on your <%= link_to 'settings', :controller => 'user', :action => 'account', :display_name => @user.display_name %> page.
+ If you set your location, a pretty map and stuff will appear below. You can set your home location on your <%= link_to 'settings', :controller => 'user', :action => 'account', :display_name => @user.display_name %> page.
<% end %>
<% else %>