From 8d7e1d60ba2f4a71e825a456f1d49ee590e08335 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Mon, 25 Apr 2016 15:44:41 +0800 Subject: [PATCH] Minor i18n fix & language files refresh --- data/locale/en.ts | 32 ++++++++++++++++++++++++++++++++ src/core/Song.cpp | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/data/locale/en.ts b/data/locale/en.ts index 736733bc0..c879f15dc 100644 --- a/data/locale/en.ts +++ b/data/locale/en.ts @@ -5231,6 +5231,10 @@ PM means phase modulation: Oscillator 3's phase is modulated by oscillator double-click to open in Piano Roll + + Clone Steps + + PeakController @@ -6246,6 +6250,10 @@ Remember to also save your project manually. MIDI File (*.mid) + + LMMS Error report + + SongEditor @@ -6516,6 +6524,30 @@ Remember to also save your project manually. click to change time units + + MIN + + + + SEC + + + + MSEC + + + + BAR + + + + BEAT + + + + TICK + + TimeLineWidget diff --git a/src/core/Song.cpp b/src/core/Song.cpp index 69694576f..b83477376 100644 --- a/src/core/Song.cpp +++ b/src/core/Song.cpp @@ -1052,7 +1052,7 @@ void Song::loadProject( const QString & fileName ) { if ( gui ) { - QMessageBox::warning( NULL, "LMMS Error report", *errorSummary(), + QMessageBox::warning( NULL, tr("LMMS Error report"), *errorSummary(), QMessageBox::Ok ); } else