[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Patch] Make messages in clients/cmdline/propedit-cmd.c consistent

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2004-05-24 16:05:55 CEST

Hi Folks,

clients/cmdline/propedit-cmd.c throws two error messages saying the same
with different wording. Here's a small patch to correct this.

Cheers
-Lübbe

Index: clients/cmdline/propedit-cmd.c
===================================================================
--- clients/cmdline/propedit-cmd.c (revision 9871)
+++ clients/cmdline/propedit-cmd.c (working copy)
@@ -1,4 +1,4 @@
-/*
+Eigenschaft '%s' (rekursiv) für '%s' gesetzt\n/*
  * propedit-cmd.c -- Edit properties of files/dirs using $EDITOR
  *
  * ====================================================================
@@ -124,7 +124,7 @@
             if (opt_state->encoding)
               return svn_error_create
                 (SVN_ERR_UNSUPPORTED_FEATURE, NULL,
- _("Bad encoding option: prop's value isn't stored as UTF8"));
+ _("Bad encoding option: prop value not stored as UTF8"));
           
           SVN_ERR (svn_client_revprop_set (pname_utf8, propval,
                                            URL, &(opt_state->start_revision),

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 24 16:06:24 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.