From: Cliff Woolley Date: Wed, 19 Jun 2002 04:25:55 +0000 (+0000) Subject: Fix grammar. X-Git-Tag: 2.0.40~440 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4608e523fc5d6d7426f22e3f19269fa6aa24823c;p=apache Fix grammar. Submitted by: James Cox git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95801 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/win32/ApacheMonitor.rc b/support/win32/ApacheMonitor.rc index 73c6eafeb8..7ab03111eb 100644 --- a/support/win32/ApacheMonitor.rc +++ b/support/win32/ApacheMonitor.rc @@ -125,17 +125,17 @@ BEGIN IDS_MSG_MNUSERVICES "Open &Services" IDS_MSG_MNUSHOW "&Open Apache Monitor" IDS_MSG_MNUEXIT "E&xit" - IDS_MSG_SRVSTART "The %s is starting." - IDS_MSG_SRVSTARTED "The %s has started." - IDS_MSG_SRVSTOP "The %s is stopping." - IDS_MSG_SRVSTOPPED "The %s has stopped." - IDS_MSG_SRVRESTART "The %s is restarting." - IDS_MSG_SRVRESTARTED "The %s has restarted." + IDS_MSG_SRVSTART "The %s service is starting." + IDS_MSG_SRVSTARTED "The %s service has started." + IDS_MSG_SRVSTOP "The %s service is stopping." + IDS_MSG_SRVSTOPPED "The %s service has stopped." + IDS_MSG_SRVRESTART "The %s service is restarting." + IDS_MSG_SRVRESTARTED "The %s service has restarted." IDS_MSG_SRVFAILED "The requested operation has failed!" IDS_MSG_SSTART "&Start" IDS_MSG_SSTOP "S&top" IDS_MSG_SRESTART "&Restart" IDS_MSG_SERVICES "Ser&vices" IDS_MSG_CONNECT "&Connect" - IDS_MSG_ECONNECT "Unable to connect remote registry on %s" + IDS_MSG_ECONNECT "Unable to connect to the remote registry on %s" END