diff --git a/toonz/sources/toonz/mainwindow.cpp b/toonz/sources/toonz/mainwindow.cpp index a46da23..e0acfec 100644 --- a/toonz/sources/toonz/mainwindow.cpp +++ b/toonz/sources/toonz/mainwindow.cpp @@ -2071,7 +2071,7 @@ void MainWindow::defineActions() { createToolOptionsAction("A_ToolOption_PreserveThickness", tr("Preserve Thickness"), ""); createToolOptionsAction("A_ToolOption_PressureSensitivity", - tr("Pressure sensitivity"), ""); + tr("Pressure Sensitivity"), ""); createToolOptionsAction("A_ToolOption_SegmentInk", tr("Segment Ink"), "F8"); createToolOptionsAction("A_ToolOption_Selective", tr("Selective"), "F7"); createToolOptionsAction("A_ToolOption_Smooth", tr("Smooth"), ""); diff --git a/toonz/sources/toonzlib/txshsimplelevel.cpp b/toonz/sources/toonzlib/txshsimplelevel.cpp index 407fac9..49eb721 100644 --- a/toonz/sources/toonzlib/txshsimplelevel.cpp +++ b/toonz/sources/toonzlib/txshsimplelevel.cpp @@ -1550,8 +1550,9 @@ void TXshSimpleLevel::saveSimpleLevel(const TFilePath &decodedFp, m_properties->setSubsampling(oldSubs); m_path = oldPath; throw TSystemException(decodedFp, - "can't fopen.\nSomeone may be saving the same " - "file. Please wait a while and retry."); + "Can't open file.\nAccess may be denied or \n" + "someone else may be saving the same file.\n" + "Please wait and try again."); } lw->setOverwritePaletteFlag(overwritePalette);