diff framework/MainWindowBase.cpp @ 155:6a24c797c157

* very minor changes
author Chris Cannam
date Mon, 09 Feb 2009 16:50:52 +0000
parents 6f1e64670451
children 89737ffa4580
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp	Tue Jan 27 13:25:10 2009 +0000
+++ b/framework/MainWindowBase.cpp	Mon Feb 09 16:50:52 2009 +0000
@@ -963,7 +963,7 @@
             bool ok = false;
             QString item = ListInputDialog::getItem
                 (this, tr("Select target for import"),
-                 tr("<b>Select a target for import</b><p>You already have an audio waveform loaded.\nWhat would you like to do with the new audio file?"),
+                 tr("<b>Select a target for import</b><p>You already have an audio waveform loaded.<br>What would you like to do with the new audio file?"),
                  items, prevSetAsMain ? 0 : 1, &ok);
             
             if (!ok || item.isEmpty()) {