Module: nagvis Branch: master Commit: 484518bfd15cce0669c36e951747eca27ab7bc96 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=484518bfd15cce0669c36e951747eca27ab7bc96
Author: Andriy Skuratov <[email protected]> Date: Wed Aug 26 17:54:53 2009 +0300 gmap:Changed some strings. --- uifx/src/modules/gmap/view/DialogLink.mxml | 4 ++-- uifx/src/modules/gmap/view/DialogLocation.mxml | 4 ++-- uifx/src/modules/gmap/view/DialogSettings.mxml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/uifx/src/modules/gmap/view/DialogLink.mxml b/uifx/src/modules/gmap/view/DialogLink.mxml index 083d0b4..3ce71ad 100644 --- a/uifx/src/modules/gmap/view/DialogLink.mxml +++ b/uifx/src/modules/gmap/view/DialogLink.mxml @@ -446,7 +446,7 @@ right="10" left="10" top="0" bottom="0" /> </mx:Canvas> - <mx:Canvas label="Nagios" width="100%" height="100%"> + <mx:Canvas label="Monitored Object" width="100%" height="100%"> <mx:VBox left="5" right="5" top="10" bottom="0" borderStyle="solid" cornerRadius="4" borderColor="#000000" verticalAlign="middle"> <mx:Spacer/> <mx:HBox width="100%"> @@ -493,7 +493,7 @@ > <mx:ArrayCollection> <mx:String>default action</mx:String> - <mx:String>open Nagios details page</mx:String> + <mx:String>show object details</mx:String> <mx:String>open NagVis map</mx:String> <mx:String>go to URL</mx:String> </mx:ArrayCollection> diff --git a/uifx/src/modules/gmap/view/DialogLocation.mxml b/uifx/src/modules/gmap/view/DialogLocation.mxml index dbe2637..4997a12 100644 --- a/uifx/src/modules/gmap/view/DialogLocation.mxml +++ b/uifx/src/modules/gmap/view/DialogLocation.mxml @@ -422,7 +422,7 @@ right="10" left="10" top="0" bottom="0" /> </mx:Canvas> - <mx:Canvas label="Nagios" width="100%" height="100%"> + <mx:Canvas label="Monitored Object" width="100%" height="100%"> <mx:VBox left="5" right="5" top="10" bottom="0" borderStyle="solid" cornerRadius="4" borderColor="#000000" verticalAlign="middle"> <mx:Spacer/> <mx:HBox width="100%"> @@ -469,7 +469,7 @@ > <mx:ArrayCollection> <mx:String>default action</mx:String> - <mx:String>open Nagios details page</mx:String> + <mx:String>show object details</mx:String> <mx:String>open NagVis map</mx:String> <mx:String>go to URL</mx:String> </mx:ArrayCollection> diff --git a/uifx/src/modules/gmap/view/DialogSettings.mxml b/uifx/src/modules/gmap/view/DialogSettings.mxml index 0b46c9d..31ff50f 100644 --- a/uifx/src/modules/gmap/view/DialogSettings.mxml +++ b/uifx/src/modules/gmap/view/DialogSettings.mxml @@ -103,7 +103,7 @@ > <mx:ArrayCollection> <mx:String>do nothing</mx:String> - <mx:String>open Nagios details page</mx:String> + <mx:String>show object details</mx:String> </mx:ArrayCollection> </mx:ComboBox> <mx:CheckBox id="newWindow" ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
