diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index dd77fea6450228a099af75ad0f1f0522171e9cf4..7ac63333fc2cd98d70ecf5647a5159f9f51ffda1 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -13059,4 +13059,18 @@ Would you like to reset the graphic preferences? canceltext="Never reset"/> </notification> + <notification + icon="notify.tga" + name="LoadCameraPositionNoneSaved" + type="notify"> +No camera view has been saved yet. + </notification> + + <notification + icon="notify.tga" + name="LoadCameraPositionOutsideDrawDistance" + type="notify"> +Can't restore the camera view because the camera position is beyond draw distance. + </notification> + </notifications>