# HG changeset patch # User Chris Cannam # Date 1173965673 0 # Node ID fcd2315296280ea174e83f061c6508db15788ab1 # Parent 8a39597edb515e005ead6ca48099b1f19ac9f205 * fix typo diff -r 8a39597edb51 -r fcd231529628 main/MainWindow.cpp --- 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());