From 217ae571dfa36668da71f7022ac7ea51f25fd71f Mon Sep 17 00:00:00 2001 From: Frank Li Date: Wed, 8 Apr 2009 15:50:07 +0800 Subject: [PATCH] Fix Grammatical error in message box, "Can't found Super project". --- src/Resources/TortoiseProcENG.rc | Bin 416418 -> 416536 bytes src/TortoiseProc/Commands/SubmoduleCommand.cpp | 3 ++- src/TortoiseProc/resource.h | Bin 154882 -> 154974 bytes 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Resources/TortoiseProcENG.rc b/src/Resources/TortoiseProcENG.rc index 0eacb1ddefd80c3bc8faca77d7eefec67f0fe340..bab9ce6c7fd505bbc27f40a5b85e6fab7a7a7368 100644 GIT binary patch delta 127 zcwSqyRdU8Q$%Yoj7N!>FEi7y57&)gqda;Q5hA_A>_%nnu_%XOJ#4`i~Spf{L3_(D4 z0Fd+ovYi=17!(+kfOH~59)mhV36Ph@kO^d`09nBdr3?iOsSHI7x(o%=uQ#zoPj}#E V;h27ppM|5HrJiLwOFiqn+W<`p9Z~=Q delta 42 ycwU>aO>)sz$%Yoj7N!>FEi7y5rc0e;@tE$w&B8JL9zP35dsRKl_Nsc;dA9*otq;cl diff --git a/src/TortoiseProc/Commands/SubmoduleCommand.cpp b/src/TortoiseProc/Commands/SubmoduleCommand.cpp index d0aa4bd7c..ca1ea082d 100644 --- a/src/TortoiseProc/Commands/SubmoduleCommand.cpp +++ b/src/TortoiseProc/Commands/SubmoduleCommand.cpp @@ -18,6 +18,7 @@ // #include "StdAfx.h" #include "SubmoduleCommand.h" +#include "commonresource.h" #include "MessageBox.h" #include "RenameDlg.h" @@ -79,7 +80,7 @@ bool SubmoduleCommand::Execute(CString cmd, CString arg) CString super=g_GitAdminDir.GetSuperProjectRoot( bkpath ); if(super.IsEmpty()) { - CMessageBox::Show(NULL,_T("Can't found Super project"),_T("TortoiseGit"),MB_OK|MB_ICONERROR); + CMessageBox::Show(NULL,IDS_ERR_NOTFOUND_SUPER_PRJECT,IDS_APPNAME,MB_OK|MB_ICONERROR); //change current project root to super project return false; } diff --git a/src/TortoiseProc/resource.h b/src/TortoiseProc/resource.h index be3ec7b05c3eda29abe6c49f26e41b97f6303a18..dc6f24023fbdf2ec0dbeeb14b491df45276a743a 100644 GIT binary patch delta 78 zcwTGT#d&WRXG06)7A70r$q%mc=!P)3G59ltGWapLFvK$i16ctKt_(pyb^ws{0d97Leux@F>!6*qRX^O9{{GB3N`=$ -- 2.11.4.GIT