Author: danielsh
Date: Fri Jun 17 17:45:27 2011
New Revision: 1136959

URL: http://svn.apache.org/viewvc?rev=1136959&view=rev
Log:
* subversion/svn/cleanup-cmd.c
  (svn_cl__cleanup): Grammar improvements.

Modified:
    subversion/trunk/subversion/svn/cleanup-cmd.c

Modified: subversion/trunk/subversion/svn/cleanup-cmd.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/cleanup-cmd.c?rev=1136959&r1=1136958&r2=1136959&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/cleanup-cmd.c (original)
+++ subversion/trunk/subversion/svn/cleanup-cmd.c Fri Jun 17 17:45:27 2011
@@ -98,9 +98,9 @@ svn_cl__cleanup(apr_getopt_t *os,
                 err =  svn_error_compose_create(err, err2);
               else
                 err = svn_error_createf(SVN_ERR_WC_LOCKED, err,
-                                        _("Working copy locked; trying running 
"
+                                        _("Working copy locked; try running "
                                           "'svn cleanup' on the root of the "
-                                          "working copy (%s) instead."),
+                                          "working copy ('%s') instead."),
                                           
svn_dirent_local_style(wcroot_abspath,
                                                                  subpool));
             }


Reply via email to