From eacaa1a4608073105fcac1f277794ae0ee4ac6a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Tue, 29 Jun 2010 19:01:41 +0200 Subject: [PATCH] Minor modification --- view/PreferencesPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/PreferencesPanel.cpp b/view/PreferencesPanel.cpp index f64e079..6e509df 100644 --- a/view/PreferencesPanel.cpp +++ b/view/PreferencesPanel.cpp @@ -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"));