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