r24791 by craig - 16426: Adjust warning for out of gamut preview situation
scribus-commit
scribus-commit at lists.scribus.net
Sat Jan 1 16:13:48 UTC 2022
Author: craig
Date: Sat Jan 1 16:13:48 2022
New Revision: 24791
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=24791
Log:
16426: Adjust warning for out of gamut preview situation
Modified:
trunk/Scribus/scribus/scribusview.cpp
Modified: trunk/Scribus/scribus/scribusview.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=24791&path=/trunk/Scribus/scribus/scribusview.cpp
==============================================================================
--- trunk/Scribus/scribus/scribusview.cpp (original)
+++ trunk/Scribus/scribus/scribusview.cpp Sat Jan 1 16:13:48 2022
@@ -321,7 +321,7 @@
if (m_doc->HasCMS && m_doc->Gamut)
{
ScMessageBox::information(m_ScMW, tr("Preview Mode"),
- "<qt>" + tr("Out of gamut colors display is active. Therefore the color display may not match the perception by visually impaired") + "</qt>");
+ "<qt>" + tr("Out of gamut colors display is active. Therefore the color display may not match the perception by visually impaired. Disable the option \"Mark colors out of gamut\" in Document Setup > Color Management if this function is not required.") + "</qt>");
}
}
else
More information about the scribus-commit
mailing list