diff main/PreferencesDialog.cpp @ 255:92cad26f44a1

* Fix #1903059 "resample on import" not applied when reloading session
author Chris Cannam
date Tue, 20 May 2008 10:14:15 +0000
parents cf8748822f4d
children 9d47adc3e32d
line wrap: on
line diff
--- a/main/PreferencesDialog.cpp	Fri May 09 15:39:42 2008 +0000
+++ b/main/PreferencesDialog.cpp	Tue May 20 10:14:15 2008 +0000
@@ -391,7 +391,7 @@
 
     if (m_changesOnRestart) {
         QMessageBox::information(this, tr("Preferences"),
-                                 tr("One or more of the application preferences you have changed may not take full effect until Sonic Visualiser is restarted.\nPlease exit and restart the application now if you want these changes to take effect immediately."));
+                                 tr("<b>Restart required</b><p>One or more of the application preferences you have changed may not take full effect until Sonic Visualiser is restarted.</p><p>Please exit and restart the application now if you want these changes to take effect immediately.</p>"));
         m_changesOnRestart = false;
     }
 }