Goal: Correct spelling error
Author: Mathieu Parent <math.parent@gmail.com>
Upstream status: Upstream unreachable
Index: b/passwordfield.cpp
===================================================================
--- a/passwordfield.cpp 2011-06-25 15:49:30.000000000 +0200
+++ b/passwordfield.cpp 2011-06-25 15:49:53.000000000 +0200
@@ -62,7 +62,7 @@
if ( state == PagePolicy::Add || state == PagePolicy::Modify ) {
if ( mPassword->text() != mPasswordVerify->text() ) {
- msg = tr( "Passwords dont match" );
+ msg = tr( "Passwords don't match" );
return false;
}
}