[Rt-commit] [rtir] 14/18: Fix a typographical error in add_constituency
Jesse Vincent
jesse at bestpractical.com
Wed Mar 11 03:36:47 EDT 2015
This is an automated email from the git hooks/post-receive script.
jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.
commit 8817f20754b57019c4d305a277be3c8db95c0d03
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Mar 11 00:16:37 2015 -0700
Fix a typographical error in add_constituency
---
bin/add_constituency.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/add_constituency.in b/bin/add_constituency.in
index 54f8543..d71db06 100755
--- a/bin/add_constituency.in
+++ b/bin/add_constituency.in
@@ -182,7 +182,7 @@ unless ( $opt{'force'} ) {
if ( $exist ) {
exit 0 unless prompt_yN( "Do you want to proceed with update?" );
} else {
- exit 0 unless prompt_yN( "Do you want to proceed creating new incident?" );
+ exit 0 unless prompt_yN( "Do you want to proceed creating the new constituency?" );
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list