mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-09 11:50:16 +00:00
GUI: fix a couple of spelling/grammar mistakes
This commit is contained in:
parent
47cc922f9e
commit
284b893dac
@ -56,7 +56,7 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QCheckBox" name="cbSetLanguage">
|
||||
<property name="text">
|
||||
<string>Set the chapter names's &languages:</string>
|
||||
<string>Set the chapter names' &languages:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -66,7 +66,7 @@
|
||||
<item row="2" column="0">
|
||||
<widget class="QCheckBox" name="cbSetCountry">
|
||||
<property name="text">
|
||||
<string>Set the chapter names's co&untries</string>
|
||||
<string>Set the chapter names' co&untries</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -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")});
|
||||
|
Loading…
Reference in New Issue
Block a user