From 8298e5e558fb6236fc32feb60fe097cee1751d7c Mon Sep 17 00:00:00 2001
From: Jonathan Yap <none@none>
Date: Tue, 12 Nov 2013 16:20:41 -0500
Subject: [PATCH] STORM-1980/1983 Merge changes to region restart message
 format made by Simon to include region name.

---
 indra/newview/skins/default/xui/en/notifications.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 083ff46ebb9..f3917f66d99 100755
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -6886,7 +6886,7 @@ This will add a bookmark in your inventory so you can quickly IM this Resident.
    name="RegionRestartMinutes"
    priority="high"
    type="alert">
-[TIME] This region will restart in [MINUTES] minutes.
+[TIME] The region [NAME] will restart in [MINUTES] minutes.
 If you stay in this region you will be logged out.
   </notification>
 
@@ -6895,7 +6895,7 @@ If you stay in this region you will be logged out.
    name="RegionRestartSeconds"
    priority="high"
    type="alert">
-[TIME] This region will restart in [SECONDS] seconds.
+[TIME] The region [NAME] will restart in [SECONDS] seconds.
 If you stay in this region you will be logged out.
   </notification>
 
-- 
GitLab