[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. 0176794c256d3999ea2256bfe80e2a5a97f700c6
jesse
jesse at bestpractical.com
Fri Jan 16 18:53:07 EST 2009
The branch, master has been updated
via 0176794c256d3999ea2256bfe80e2a5a97f700c6 (commit)
from 84c5709e4196be75a063f3431b8a5218f740582f (commit)
Summary of changes:
lib/App/SD/CLI/Model/Ticket.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 0176794c256d3999ea2256bfe80e2a5a97f700c6
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Fri Jan 16 18:52:47 2009 -0500
Reverted a phrasing change from one of spang's last commits as the tests
weren't updated for it
diff --git a/lib/App/SD/CLI/Model/Ticket.pm b/lib/App/SD/CLI/Model/Ticket.pm
index fe53bf1..24d4186 100644
--- a/lib/App/SD/CLI/Model/Ticket.pm
+++ b/lib/App/SD/CLI/Model/Ticket.pm
@@ -209,7 +209,7 @@ sub _build_kv_pairs {
if ( ($args{record}->recommended_values_for_prop($prop))[0] ) {
my @valid_values =
$args{record}->recommended_values_for_prop($prop);
- $string .= "# recommended values for $prop: ".
+ $string .= "# valid values for $prop: ".
join(', ', @valid_values)."\n";
}
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list