Salome HOME
studyActivated() virtual method has been added
[modules/gui.git] / src / SUIT / SUIT_FileValidator.cxx
index 8a27a9d380621159d1c42632858a97cfe7b4e722..c10bfc2afe6ae2fd848ecaac9d778cdd58cc9af6 100755 (executable)
@@ -28,7 +28,7 @@ bool SUIT_FileValidator::canOpen( const QString& file )
   if ( !QFile::exists( file ) ) {
     SUIT_MessageBox::error1( myParent,
           QObject::tr( "ERR_ERROR" ),
-          QObject::tr( "ERR_DOC_FILENOTEXIST" ).arg( file ),
+          QObject::tr( "ERR_FILE_NOT_EXIST" ).arg( file ),
           QObject::tr( "BUT_OK" ) );
       return false;
     }