From 8bdd4c3ed9cef20bcee931b287c9c4124b409186 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 12 May 2017 12:30:59 +0100 Subject: [PATCH] yes it is not destiny grid but destination.. thx u know who :) --- OpenSim/Services/HypergridService/GatekeeperService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenSim/Services/HypergridService/GatekeeperService.cs b/OpenSim/Services/HypergridService/GatekeeperService.cs index 9bf3cf8810..c74b514c73 100644 --- a/OpenSim/Services/HypergridService/GatekeeperService.cs +++ b/OpenSim/Services/HypergridService/GatekeeperService.cs @@ -397,9 +397,9 @@ namespace OpenSim.Services.HypergridService m_log.InfoFormat( "[GATEKEEPER SERVICE]: Login failed for {0} {1}, reason: already logged in", account.FirstName, account.LastName); - reason = "You appear to be already logged in on destiny grid " + + reason = "You appear to be already logged in on the destination grid " + "Please wait a a minute or two and retry. " + - "If this takes longer than a few minutes please contact the grid owner. "; + "If this takes longer than a few minutes please contact the grid owner."; return false; } }