changeset 125:fcd231529628 sv1-1.0pre3

* fix typo
author Chris Cannam
date Thu, 15 Mar 2007 13:34:33 +0000
parents 8a39597edb51
children 8d31c8e9c820
files main/MainWindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/MainWindow.cpp	Thu Mar 15 11:34:39 2007 +0000
+++ b/main/MainWindow.cpp	Thu Mar 15 13:34:33 2007 +0000
@@ -2322,7 +2322,7 @@
     }
 
     QStringList items;
-    items << tr("Export the whole pane (%1x%2 pixels")
+    items << tr("Export the whole pane (%1x%2 pixels)")
         .arg(total.width()).arg(total.height());
     items << tr("Export the visible area only (%1x%2 pixels)")
         .arg(visible.width()).arg(visible.height());