Cound't -> Couldn't
This commit is contained in:
parent
905c72cec6
commit
2d66b6fd3e
|
@ -60,7 +60,7 @@ PROJECT_TEMPLATE::PROJECT_TEMPLATE( const wxString& aPath )
|
||||||
else if( !wxFileName::FileExists( m_metaHtmlFile.GetFullPath() ) )
|
else if( !wxFileName::FileExists( m_metaHtmlFile.GetFullPath() ) )
|
||||||
{
|
{
|
||||||
// Error, the meta information directory doesn't contain the informational html file!
|
// Error, the meta information directory doesn't contain the informational html file!
|
||||||
m_title = _( "Cound't find the meta HTML information file for this template!" );
|
m_title = _( "Couldn't find the meta HTML information file for this template!" );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Try to load an icon
|
// Try to load an icon
|
||||||
|
|
Loading…
Reference in New Issue