From 284b893dac59163696619c113573d7546fd0736d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 2 Jan 2016 18:00:25 +0100 Subject: [PATCH] GUI: fix a couple of spelling/grammar mistakes --- .../forms/chapter_editor/mass_modification_dialog.ui | 4 ++-- src/mkvtoolnix-gui/header_editor/tab.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mkvtoolnix-gui/forms/chapter_editor/mass_modification_dialog.ui b/src/mkvtoolnix-gui/forms/chapter_editor/mass_modification_dialog.ui index 5310ffc60..b6dc40be7 100644 --- a/src/mkvtoolnix-gui/forms/chapter_editor/mass_modification_dialog.ui +++ b/src/mkvtoolnix-gui/forms/chapter_editor/mass_modification_dialog.ui @@ -56,7 +56,7 @@ - Set the chapter names's &languages: + Set the chapter names' &languages: @@ -66,7 +66,7 @@ - Set the chapter names's co&untries + Set the chapter names' co&untries diff --git a/src/mkvtoolnix-gui/header_editor/tab.cpp b/src/mkvtoolnix-gui/header_editor/tab.cpp index 3616bedda..da7874a0b 100644 --- a/src/mkvtoolnix-gui/header_editor/tab.cpp +++ b/src/mkvtoolnix-gui/header_editor/tab.cpp @@ -269,7 +269,7 @@ Tab::retranslateUi() { m_removeAttachmentAction->setText(QY("&Remove selected attachment")); m_saveAttachmentContentAction->setText(QY("Save attachment content to a &file")); m_replaceAttachmentContentAction->setText(QY("Replace attachment with a new &file")); - m_replaceAttachmentContentSetValuesAction->setText(QY("Replace attachment with new a file and &derive name && MIME type from it")); + m_replaceAttachmentContentSetValuesAction->setText(QY("Replace attachment with a new file and &derive name && MIME type from it")); m_addAttachmentsAction->setIcon(QIcon{Q(":/icons/16x16/list-add.png")}); m_removeAttachmentAction->setIcon(QIcon{Q(":/icons/16x16/list-remove.png")});