diff -r 5d3e34b7618a -r f479c7dc25d6 securitydialogs/SecUi/Src/SecUiSecurityHandler.cpp --- a/securitydialogs/SecUi/Src/SecUiSecurityHandler.cpp Wed Aug 18 10:40:08 2010 +0300 +++ b/securitydialogs/SecUi/Src/SecUiSecurityHandler.cpp Thu Sep 02 21:22:45 2010 +0300 @@ -261,7 +261,7 @@ lCancelSupported = ESecUiCancelSupported; TBuf<0x100> title; title.Zero(); - HBufC* stringHolder = HbTextResolverSymbian::LoadLC(_L("AskSecCodeL")); + HBufC* stringHolder = HbTextResolverSymbian::LoadLC(_L("txt_pin_code_dialog_sec_code")); title.Append(stringHolder->Des()); CleanupStack::PopAndDestroy(stringHolder); title.Append(_L("$")); @@ -706,7 +706,7 @@ RDEBUG("lType", lType); TBuf<0x100> title; title.Zero(); - HBufC* stringHolder = HbTextResolverSymbian::LoadLC(_L("PassPhraseRequiredL")); + HBufC* stringHolder = HbTextResolverSymbian::LoadLC(_L("txt_pin_code_dialog_sec_code")); title.Append(stringHolder->Des()); CleanupStack::PopAndDestroy(stringHolder); queryAccepted = iSecQueryUi->SecQueryDialog(title, iSecUi_password, SEC_C_SECURITY_CODE_MIN_LENGTH, SEC_C_SECURITY_CODE_MAX_LENGTH, lType); @@ -1541,7 +1541,7 @@ TBuf<0x100> title; title.Zero(); - HBufC* stringHolder = HbTextResolverSymbian::LoadLC(_L("Puk2RequiredL")); + HBufC* stringHolder = HbTextResolverSymbian::LoadLC(_L("txt_pin_code_dialog_puk2_code")); title.Append(stringHolder->Des()); CleanupStack::PopAndDestroy(stringHolder); title.Append(_L("$")); @@ -1606,9 +1606,13 @@ iQueryCanceled = EFalse; TBuf<0x100> title; title.Zero(); - HBufC* stringHolder = HbTextResolverSymbian::LoadLC(_L("PIN2-New|PIN2-Verif")); + HBufC* stringHolder = HbTextResolverSymbian::LoadLC(_L("txt_pin_code_dialog_new_pin2_code")); title.Append(stringHolder->Des()); CleanupStack::PopAndDestroy(stringHolder); + title.Append(_L("|")); + HBufC* stringHolder2 = HbTextResolverSymbian::LoadLC(_L("Verify")); + title.Append(stringHolder2->Des()); + CleanupStack::PopAndDestroy(stringHolder2); // ESecUiCodeEtelReqest/ESecUiNone might be useful queryAccepted = iSecQueryUi->SecQueryDialog(title, aNewPassword, SEC_C_PIN2_CODE_MIN_LENGTH, SEC_C_PIN2_CODE_MAX_LENGTH, ESecUiAlphaNotSupported | ESecUiCancelSupported | secCodeType); @@ -1842,7 +1846,7 @@ TBuf<0x100> title; title.Zero(); - HBufC* stringHolder = HbTextResolverSymbian::LoadLC(_L("UPuk1RequiredL")); + HBufC* stringHolder = HbTextResolverSymbian::LoadLC(_L("txt_pin_code_dialog_puk_code")); title.Append(stringHolder->Des()); CleanupStack::PopAndDestroy(stringHolder); title.Append(_L("$"));