• R/O
  • HTTP
  • SSH
  • HTTPS

TortoiseGitJp: Commit

TortoiseGit日本語言語ファイル作成


Commit MetaInfo

Revisión6f9c009b536d584f40866393302a1d8a98837169 (tree)
Tiempo2009-07-03 06:14:33
AutorJohan 't Hart <johanthart@gmai...>
CommiterJohan 't Hart

Log Message

Typo fix

Cambiar Resumen

Diferencia incremental

--- a/src/TortoiseProc/Commands/CloneCommand.cpp
+++ b/src/TortoiseProc/Commands/CloneCommand.cpp
@@ -61,7 +61,7 @@ bool CloneCommand::Execute()
6161 if(!(attribs.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY))
6262 {
6363 CString errstr;
64- errstr.Format(_T("%s is not valid direcotry"),dlg.m_Directory);
64+ errstr.Format(_T("%s is not valid directory"),dlg.m_Directory);
6565 CMessageBox::Show(NULL,errstr,_T("TortoiseGit"),MB_OK|MB_ICONERROR);
6666 return FALSE;
6767 }
Show on old repository browser