r24391 by jghali - Improve warning related to visual defaults preview enabled in combination with out of gamut colors display

scribus-commit scribus-commit at lists.scribus.net
Tue Jan 12 02:55:55 UTC 2021


Author: jghali
Date: Tue Jan 12 02:55:55 2021
New Revision: 24391

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=24391
Log:
Improve warning related to visual defaults preview enabled in combination with out of gamut colors display

Modified:
    trunk/Scribus/scribus/scribusview.cpp

Modified: trunk/Scribus/scribus/scribusview.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=24391&path=/trunk/Scribus/scribus/scribusview.cpp
==============================================================================
--- trunk/Scribus/scribus/scribusview.cpp	(original)
+++ trunk/Scribus/scribus/scribusview.cpp	Tue Jan 12 02:55:55 2021
@@ -321,8 +321,10 @@
 		// warning popping up in case colour management and out-of-gamut-display are active
 		// as from #4346: Add a preview for daltonian - PV
 		if (m_doc->HasCMS && m_doc->Gamut)
+		{
 			ScMessageBox::information(m_ScMW, tr("Preview Mode"),
-									  "<qt>" + tr("CMS 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") + "</qt>");
+		}
 	}
 	else
 	{




More information about the scribus-commit mailing list