Enabled translation of BatchExportDialog

Updated Spanish Translation
Updated Italian Translation (by Marco Piccirilli)
This commit is contained in:
Alejandro Martinez
2013-04-10 15:55:57 -03:00
parent 8c6d834cb9
commit 053a39e028
20 changed files with 2447 additions and 1556 deletions

View File

@@ -28,7 +28,7 @@ AddIntervalDialog::AddIntervalDialog(MainWindow *mainWindow) :
mainWindow(mainWindow)
{
setAttribute(Qt::WA_DeleteOnClose);
setWindowTitle("Add Intervals");
setWindowTitle(tr("Add Intervals"));
QVBoxLayout *mainLayout = new QVBoxLayout(this);
intervalMethodWidget = new QWidget();