[svk-commit] r2921 - trunk/lib/SVK/Command

nobody at bestpractical.com nobody at bestpractical.com
Mon Jun 16 01:39:44 EDT 2008


Author: clsung
Date: Mon Jun 16 01:39:43 2008
New Revision: 2921

Modified:
   trunk/lib/SVK/Command/Branch.pm

Log:
- rephrase

Modified: trunk/lib/SVK/Command/Branch.pm
==============================================================================
--- trunk/lib/SVK/Command/Branch.pm	(original)
+++ trunk/lib/SVK/Command/Branch.pm	Mon Jun 16 01:39:43 2008
@@ -730,7 +730,7 @@
 	$project_name = $which_project;
 	$logger->info( loc("Project already set in properties: %1\n", $target->depotpath));
 	$ans = lc (get_prompt(
-	    loc("Is the project '%1' match? [Y/n]", $project_name)
+	    loc("Is the project '%1' a match? [Y/n]", $project_name)
 	) );
     }
     if ($ans eq 'n') {


More information about the svk-commit mailing list