GUI: fix a couple of spelling/grammar mistakes

This commit is contained in:
Moritz Bunkus 2016-01-02 18:00:25 +01:00
parent 47cc922f9e
commit 284b893dac
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@
<item row="1" column="0">
<widget class="QCheckBox" name="cbSetLanguage">
<property name="text">
<string>Set the chapter names's &amp;languages:</string>
<string>Set the chapter names' &amp;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&amp;untries</string>
<string>Set the chapter names' co&amp;untries</string>
</property>
</widget>
</item>

View File

@ -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")});