diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-09-24 15:43:17 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-09-24 15:43:17 -0400 |
commit | a3da1045a1bbf5400b6d2d8eb1b097c8c07e02a7 (patch) | |
tree | ee1412fd3c90c994e7dda80be268f9cc4c9f3ec0 /build/release | |
parent | 23b569f46ec7472d4baec7486d27ddbe5aaa8518 (diff) | |
download | jquery-ui-a3da1045a1bbf5400b6d2d8eb1b097c8c07e02a7.tar.gz jquery-ui-a3da1045a1bbf5400b6d2d8eb1b097c8c07e02a7.zip |
Release: Small tweak to some wording.
Diffstat (limited to 'build/release')
-rwxr-xr-x | build/release/prepare-release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/release/prepare-release b/build/release/prepare-release index 3433c3e21..1b1675ac4 100755 --- a/build/release/prepare-release +++ b/build/release/prepare-release @@ -210,8 +210,8 @@ milestone=`$remote_cmd/get-latest-milestone` # Create new milestrone and version echo "$version_new was tagged at $version_new_time." -echo "Create and close $version_new Milestone with the above date and time." -echo "Create and close $version_new Version with the above date and time." +echo "Create and close the $version_new Milestone with the above date and time." +echo "Create the $version_new Version with the above date and time." echo "Press enter when done." read |