diff options
author | simon <none@none> | 2013-07-18 18:10:13 -0700 |
---|---|---|
committer | simon <none@none> | 2013-07-18 18:10:13 -0700 |
commit | 519cc4f93daed93f15bfa762ba09a9ba664dbdd6 (patch) | |
tree | c65f77ae4700eac9caf1c34c937aeb9af4fa437d /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 1bdf5ae8719e16e36a59b90db00b1fb349b5b279 (diff) |
Slight adjustment to RegionRestartSeconds and RegionRestartMinutes messages to
show region names.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-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 dc54e5e924..340d5f896a 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6805,7 +6805,7 @@ This will add a bookmark in your inventory so you can quickly IM this Resident. priority="high" sound="UISndAlert" type="notify"> -This region will restart in [MINUTES] minutes. +The region "[NAME]" will restart in [MINUTES] minutes. If you stay in this region you will be logged out. </notification> @@ -6815,7 +6815,7 @@ If you stay in this region you will be logged out. priority="high" sound="UISndAlert" type="notify"> -This region will restart in [SECONDS] seconds. +The region "[NAME]" will restart in [SECONDS] seconds. If you stay in this region you will be logged out. </notification> |