Author: julianfoad
Date: Fri Oct  5 10:02:02 2018
New Revision: 1842877

URL: http://svn.apache.org/viewvc?rev=1842877&view=rev
Log:
Tweak the paragraph separation of 'svn help add' for translators.

No visible change

* subversion/svn/svn.c
  (svn_cl__cmd_table): Add a missing paragraph separator.

Modified:
    subversion/trunk/subversion/svn/svn.c

Modified: subversion/trunk/subversion/svn/svn.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/svn.c?rev=1842877&r1=1842876&r2=1842877&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Fri Oct  5 10:02:02 2018
@@ -543,7 +543,7 @@ const svn_opt_subcommand_desc3_t svn_cl_
      "  The 'svn add' command is only necessary for files and directories that 
are\n"
      "  not yet under version control. Unversioned files and directories can 
be\n"
      "  identified with 'svn status' (see 'svn help status').\n"
-     "\n"
+     "\n"), N_(
      "  The effects of 'svn add' can be undone with 'svn revert' before the 
addition\n"
      "  has been committed. Once committed, a path can be removed from 
version\n"
      "  control with 'svn delete', and in some circumstances by running a 
reverse-\n"


Reply via email to