Translated <erreur> and <sans nom>

dev-ui
krzys-h 2013-05-19 17:03:55 +02:00
parent 6b25608e69
commit 6798641a71
1 changed files with 2 additions and 2 deletions

View File

@ -3674,7 +3674,7 @@ bool CScript::Compile()
{
if ( liste.GetSize() == 0 )
{
strcpy(m_title, "<sans nom>");
strcpy(m_title, "<extern missing>");
}
else
{
@ -3711,7 +3711,7 @@ bool CScript::Compile()
{
m_cursor1 = m_cursor2 = 0;
}
strcpy(m_title, "<erreur>");
strcpy(m_title, "<error>");
return false;
}
}