putInfo( "" );
// displaying a message box as SUIT_Validator in case file can't be written (the most frequent case)
SUIT_MessageBox::critical( desktop(), tr( "ERR_ERROR" ),
- tr( "ERR_PERMISSION_DENIED" ).arg( activeStudy()->studyName() ) );
+ tr( "INF_DOC_SAVING_FAILS" ).arg( activeStudy()->studyName() ) );
}
else
putInfo( tr( "INF_DOC_SAVED" ).arg( "" ) );
<message>
<source>INF_DOC_SAVING_FAILS</source>
<translation>Can't save file "%1".
-Possible reason is permission denied or disc full.
+Possible reasons:
+- permission denied;
+- unsufficient disk space;
+- application error.
Try to use another file name.</translation>
</message>
<message>