diff options
| author | Jonathan Yap <none@none> | 2013-11-12 16:20:41 -0500 | 
|---|---|---|
| committer | Jonathan Yap <none@none> | 2013-11-12 16:20:41 -0500 | 
| commit | 8298e5e558fb6236fc32feb60fe097cee1751d7c (patch) | |
| tree | c955225bbd44ae421e670c5912ba43a5a4baa369 | |
| parent | 3e429c1e11ab5d9a3279598fd671cee230d40afd (diff) | |
STORM-1980/1983 Merge changes to region restart message format made by Simon
to include region name.
| -rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 4 | 
1 files 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 083ff46ebb..f3917f66d9 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> | 
