From: Johan 't Hart Date: Mon, 8 Jun 2009 20:46:30 +0000 (+0200) Subject: Rebase: Textual change X-Git-Url: http://git.sourceforge.jp/view?p=tortoisegit%2FTortoiseGitJp.git;a=commitdiff_plain;h=7c79af6df8984a1762f46c10d2be7b6ed2264905;ds=inline Rebase: Textual change --- diff --git a/src/TortoiseProc/RebaseDlg.cpp b/src/TortoiseProc/RebaseDlg.cpp index 44623f1..81d941e 100644 --- a/src/TortoiseProc/RebaseDlg.cpp +++ b/src/TortoiseProc/RebaseDlg.cpp @@ -1173,7 +1173,7 @@ void CRebaseDlg::OnBnClickedAbort() return; } - if(CMessageBox::Show(NULL,_T("Are you sure abort rebase"),_T("TortoiseGit"),MB_YESNO) != IDYES) + if(CMessageBox::Show(NULL,_T("Are you sure you want to abort the rebase process?"),_T("TortoiseGit"),MB_YESNO) != IDYES) return; cmd.Format(_T("git.exe checkout -f %s"),this->m_UpstreamCtrl.GetString());