Minor modification
This commit is contained in:
parent
91de94f142
commit
eacaa1a460
|
@ -246,7 +246,7 @@ void PreferencesPanel::OnAccountModified(wxGridEvent& event)
|
|||
|
||||
if (col == ACCOUNT_DELETE)
|
||||
{
|
||||
wxMessageDialog dialog(_wxUI, _("Are you sure want to delete : \n")+new_account.name, _("KissCount"), wxYES_NO);
|
||||
wxMessageDialog dialog(_wxUI, _("Are you sure want to delete ")+new_account.name, _("KissCount"), wxYES_NO);
|
||||
if (dialog.ShowModal() == wxID_NO)
|
||||
{
|
||||
_accountsGrid->SetCellValue(row, col, _("0"));
|
||||
|
|
Loading…
Reference in New Issue
Block a user