]> granicus.if.org Git - apache/commitdiff
Some small wording improvements.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 25 Jun 2002 05:51:23 +0000 (05:51 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 25 Jun 2002 05:51:23 +0000 (05:51 +0000)
Submitted by: James Cox <imajes@php.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95885 13f79535-47bb-0310-9956-ffa450edef68

support/win32/ApacheMonitor.rc

index 7ab03111eb6444f9dada9fcc98bb0dc6f176db63..af51cc3b3f87bf03ba375a25bc4c9a08919d2dc9 100644 (file)
@@ -94,7 +94,7 @@ IDD_DLGCONNECT DIALOGEX 0, 0, 240, 54
 STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_VISIBLE | WS_CLIPCHILDREN | 
     WS_CAPTION | WS_SYSMENU
 EXSTYLE WS_EX_CONTROLPARENT
-CAPTION "Connect Remote Computer"
+CAPTION "Connect To A Remote Computer"
 FONT 8, "MS Sans Serif"
 BEGIN
     LTEXT           "Computer &Name:",IDC_LREMOTE,7,4,155,8
@@ -119,8 +119,8 @@ BEGIN
     IDS_MSG_APPRUNNING      "Apache monitor is already started"
     IDS_MSG_ERROR           "Error"
     IDS_MSG_RUNNINGALL      "Running all Apache services"
-    IDS_MSG_RUNNING         "Running %d from %d Apache services"
-    IDS_MSG_RUNNINGNONE     "Running none from %d Apache services"
+    IDS_MSG_RUNNING         "Running %d of %d Apache services"
+    IDS_MSG_RUNNINGNONE     "Running none of %d Apache services"
     IDS_MSG_NOSERVICES      "No services installed"
     IDS_MSG_MNUSERVICES     "Open &Services"
     IDS_MSG_MNUSHOW         "&Open Apache Monitor"