summaryrefslogtreecommitdiff
path: root/support/win32/ApacheMonitor.rc
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-06-25 05:51:23 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-06-25 05:51:23 +0000
commit4c67f757e66c14b278cc4d8b38bdf707063fc503 (patch)
treee77bed9aaa38f018185e297a267ea73e29620a1f /support/win32/ApacheMonitor.rc
parent2a9d69a140a9a13aeba740e3e25e174a5bc24827 (diff)
downloadhttpd-4c67f757e66c14b278cc4d8b38bdf707063fc503.tar.gz
Some small wording improvements.
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
Diffstat (limited to 'support/win32/ApacheMonitor.rc')
-rw-r--r--support/win32/ApacheMonitor.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/win32/ApacheMonitor.rc b/support/win32/ApacheMonitor.rc
index 7ab03111eb..af51cc3b3f 100644
--- a/support/win32/ApacheMonitor.rc
+++ b/support/win32/ApacheMonitor.rc
@@ -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"