-rw-r--r-- | core/settings/security/security.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/settings/security/security.cpp b/core/settings/security/security.cpp index 6c1931a..2821f4b 100644 --- a/core/settings/security/security.cpp +++ b/core/settings/security/security.cpp | |||
@@ -199,6 +199,6 @@ void Security::changePassCode() | |||
199 | do { | 199 | do { |
200 | new1 = enterPassCode("Enter new passcode"); | 200 | new1 = enterPassCode(tr("Enter new passcode")); |
201 | if ( new1.isNull() ) | 201 | if ( new1.isNull() ) |
202 | return; | 202 | return; |
203 | new2 = enterPassCode("Re-enter new passcode"); | 203 | new2 = enterPassCode(tr("Re-enter new passcode")); |
204 | if ( new2.isNull() ) | 204 | if ( new2.isNull() ) |