diff --git a/etc/Translation/Blank.ts b/etc/Translation/Blank.ts
index 79585ce7..55c661fe 100644
--- a/etc/Translation/Blank.ts
+++ b/etc/Translation/Blank.ts
@@ -2298,6 +2298,11 @@
The following meta information have been extracted from the original file.
+
+
+ Meta Information: %1
+
+
Load Artwork
diff --git a/etc/Translation/LameXP_DE.ts b/etc/Translation/LameXP_DE.ts
index 70fe2e95..530afe95 100644
--- a/etc/Translation/LameXP_DE.ts
+++ b/etc/Translation/LameXP_DE.ts
@@ -1788,6 +1788,10 @@
Clear all Meta Info
Metainformationen löschen
+
+ Meta Information: %1
+ Metainformationen: %1
+
MetaInfoModel
diff --git a/etc/Translation/LameXP_ES.ts b/etc/Translation/LameXP_ES.ts
index 9b62cc66..cfe63adb 100644
--- a/etc/Translation/LameXP_ES.ts
+++ b/etc/Translation/LameXP_ES.ts
@@ -1787,6 +1787,10 @@
Clear all Meta Info
Limpiar todos los Metadatos
+
+ Meta Information: %1
+
+
MetaInfoModel
diff --git a/etc/Translation/LameXP_FR.ts b/etc/Translation/LameXP_FR.ts
index a777bc95..fbce4ad5 100644
--- a/etc/Translation/LameXP_FR.ts
+++ b/etc/Translation/LameXP_FR.ts
@@ -1797,6 +1797,10 @@ Ouvrir le dossier récursivement...
Clear all Meta Info
+
+ Meta Information: %1
+
+
MetaInfoModel
diff --git a/etc/Translation/LameXP_IT.ts b/etc/Translation/LameXP_IT.ts
index f6f35beb..bb1d6c7a 100644
--- a/etc/Translation/LameXP_IT.ts
+++ b/etc/Translation/LameXP_IT.ts
@@ -1788,6 +1788,10 @@
Clear all Meta Info
+
+ Meta Information: %1
+
+
MetaInfoModel
diff --git a/etc/Translation/LameXP_KR.ts b/etc/Translation/LameXP_KR.ts
index 74a2e06a..4931c14a 100644
--- a/etc/Translation/LameXP_KR.ts
+++ b/etc/Translation/LameXP_KR.ts
@@ -1787,6 +1787,10 @@
Clear all Meta Info
+
+ Meta Information: %1
+
+
MetaInfoModel
diff --git a/etc/Translation/LameXP_PL.ts b/etc/Translation/LameXP_PL.ts
index 83bcae91..a9d4d6fe 100644
--- a/etc/Translation/LameXP_PL.ts
+++ b/etc/Translation/LameXP_PL.ts
@@ -2298,6 +2298,11 @@
The following meta information have been extracted from the original file.
Następujące metadane zostały wyodrębnione z oryginalnego pliku.
+
+
+ Meta Information: %1
+
+
Load Artwork
diff --git a/etc/Translation/LameXP_RU.ts b/etc/Translation/LameXP_RU.ts
index 84cc0958..8924b5a8 100644
--- a/etc/Translation/LameXP_RU.ts
+++ b/etc/Translation/LameXP_RU.ts
@@ -1794,6 +1794,10 @@
Clear all Meta Info
Очистить всю метаинформацию
+
+ Meta Information: %1
+
+
MetaInfoModel
diff --git a/etc/Translation/LameXP_UK.ts b/etc/Translation/LameXP_UK.ts
index 3d4dd8f4..934fdcba 100644
--- a/etc/Translation/LameXP_UK.ts
+++ b/etc/Translation/LameXP_UK.ts
@@ -388,27 +388,27 @@
(System Default)
-
+ (Типово для ОС)
Select ANSI Codepage for Cue Sheet file:
-
+ Оберіть набір символів ANSI для файлу списку Cue:
OK
- Ок
+ Ок
Cancel
- Відмінити
+ Відмінити
Unknown Artist
- Невідомий виконавець
+ Невідомий виконавець
Unknown Album
- Невідомий альбом
+ Невідомий альбом
@@ -443,11 +443,11 @@
Artist:
-
+ Виконавець:
Album:
-
+ Альбом:
@@ -1788,6 +1788,10 @@
Clear all Meta Info
Очистити всі метадані
+
+ Meta Information: %1
+
+
MetaInfoModel
diff --git a/res/localization/LameXP_DE.qm b/res/localization/LameXP_DE.qm
index 0f24dfc9..2589b3dc 100644
Binary files a/res/localization/LameXP_DE.qm and b/res/localization/LameXP_DE.qm differ
diff --git a/res/localization/LameXP_UK.qm b/res/localization/LameXP_UK.qm
index 076b4599..9634f858 100644
Binary files a/res/localization/LameXP_UK.qm and b/res/localization/LameXP_UK.qm differ
diff --git a/src/Dialog_MetaInfo.cpp b/src/Dialog_MetaInfo.cpp
index ed05a38a..325b40d7 100644
--- a/src/Dialog_MetaInfo.cpp
+++ b/src/Dialog_MetaInfo.cpp
@@ -100,7 +100,7 @@ int MetaInfoDialog::exec(AudioFileModel &audioFile, bool allowUp, bool allowDown
tableView->setModel(model);
tableView->show();
frameArtwork->hide();
- setWindowTitle(QString("Meta Information: %1").arg(QFileInfo(audioFile.filePath()).fileName()));
+ setWindowTitle(tr("Meta Information: %1").arg(QFileInfo(audioFile.filePath()).fileName()));
editButton->setEnabled(true);
upButton->setEnabled(allowUp);
downButton->setEnabled(allowDown);