diff --git a/resources/translations/English.ts b/resources/translations/English.ts
index 340e760..6fccd43 100644
--- a/resources/translations/English.ts
+++ b/resources/translations/English.ts
@@ -1895,7 +1895,7 @@ Cluster Size: %3
-
+
@@ -3408,7 +3408,7 @@ Do you want to show this message again?
-
+
@@ -7919,7 +7919,7 @@ On Disk Size:
-
+
diff --git a/resources/translations/French.ts b/resources/translations/French.ts
index d073060..aa180ed 100644
--- a/resources/translations/French.ts
+++ b/resources/translations/French.ts
@@ -1948,7 +1948,7 @@ Taille de cluster : %3
-
+
Conversion complètement terminée !
@@ -3464,7 +3464,7 @@ Voulez-vous voir ce message la prochaine fois ?
-
+
Utiliser les options disponibles sauvegardées de l'émulateur (il est recommandé de rechoisir ceci après la mise à jour de l'émulateur)
@@ -7981,7 +7981,7 @@ On Disk Size:
-
+
Erreur fatale. Il est recommandé de fermer AQEMU.
diff --git a/resources/translations/German.ts b/resources/translations/German.ts
index 1697dae..5b7d40c 100644
--- a/resources/translations/German.ts
+++ b/resources/translations/German.ts
@@ -2083,7 +2083,7 @@ Clustergröße: %3
-
+
@@ -3836,8 +3836,8 @@ Diese Nachricht erneut anzeigen?
-
- Use saved emulator available options (Recomend refind after update emulator)
+
+ Use saved emulator available options (Recommend refind after update emulator)Использовать сохранённое описание возможностей эмулятора
(Рекомендуется после обновления эмулятора выполнить заново поиск)
@@ -8322,7 +8322,7 @@ Check Permissions For File:
-
+
Это фатальная ошибка. Рекомендуется закрыть AQEMU.
diff --git a/resources/translations/Russian.ts b/resources/translations/Russian.ts
index 4457e4e..ad73270 100644
--- a/resources/translations/Russian.ts
+++ b/resources/translations/Russian.ts
@@ -2071,7 +2071,7 @@ Cluster Size: %3
-
+
Конвертация завершена успешно!
@@ -3833,8 +3833,8 @@ Show this message again?
-
- Use saved emulator available options (Recomend refind after update emulator)
+
+ Use saved emulator available options (Recommend refind after update emulator)Использовать сохранённое описание возможностей эмулятора
(Рекомендуется после обновления эмулятора выполнить заново поиск)
@@ -8340,7 +8340,7 @@ Check Permissions For File:
-
+
Это фатальная ошибка. Рекомендуется закрыть AQEMU.
diff --git a/resources/translations/Ukrainian.ts b/resources/translations/Ukrainian.ts
index deca5ba..a9c70e2 100644
--- a/resources/translations/Ukrainian.ts
+++ b/resources/translations/Ukrainian.ts
@@ -1912,7 +1912,7 @@ Cluster Size: %3
-
+
@@ -3449,8 +3449,8 @@ Do you want to show this message again?
-
- Use saved emulator available options (Recomend refind after update emulator)
+
+ Use saved emulator available options (Recommend refind after update emulator)
@@ -8001,7 +8001,7 @@ On Disk Size:
-
+
diff --git a/src/Advanced_Settings_Window.ui b/src/Advanced_Settings_Window.ui
index c3c0faf..7cd09dc 100644
--- a/src/Advanced_Settings_Window.ui
+++ b/src/Advanced_Settings_Window.ui
@@ -2240,7 +2240,7 @@ Bus.Path value is changed. Update it in USB settings.
- Vendor_ID + Product_ID - Recomend If you do ¬ connect multiple
+ Vendor_ID + Product_ID - Recommend If you do ¬ connect multiple
identical USB devices to the host system.
diff --git a/src/Convert_HDD_Image_Window.cpp b/src/Convert_HDD_Image_Window.cpp
index 8f9a122..0f8f10a 100644
--- a/src/Convert_HDD_Image_Window.cpp
+++ b/src/Convert_HDD_Image_Window.cpp
@@ -225,7 +225,7 @@ void Convert_HDD_Image_Window::Conversion_Done( bool ok )
{
ProgDial->accept();
Conv_Thread.terminate();
- QMessageBox::information( this, tr("Information:"), tr("Conversion completed sucessfuly!") );
+ QMessageBox::information( this, tr("Information:"), tr("Conversion completed successfully!") );
accept();
}
else
diff --git a/src/Emulator_Options_Window.ui b/src/Emulator_Options_Window.ui
index b7dad8b..5e41dcb 100644
--- a/src/Emulator_Options_Window.ui
+++ b/src/Emulator_Options_Window.ui
@@ -306,7 +306,7 @@
- &Use saved available emulator options (Recomended to choose it again after emulator updating)
+ &Use saved available emulator options (Recommended to choose it again after emulator updating)true
diff --git a/src/Error_Log_Window.ui b/src/Error_Log_Window.ui
index adc5292..ecf959b 100644
--- a/src/Error_Log_Window.ui
+++ b/src/Error_Log_Window.ui
@@ -40,7 +40,7 @@
- Everytime an error occurs or an option is &deprecated.
+ Every time an error occurs or an option is &deprecated.true
@@ -50,7 +50,7 @@
- Everytime an error occurs. (Defau<)
+ Every time an error occurs. (Defau<)false
diff --git a/src/Utils.cpp b/src/Utils.cpp
index e70740a..e74ea2a 100644
--- a/src/Utils.cpp
+++ b/src/Utils.cpp
@@ -158,7 +158,7 @@ void AQGraphic_Warning( const QString &sender, const QString &caption, const QSt
{
QMessageBox::warning( NULL, caption,
QString("Sender: %1\nMessage: %2\n").arg(sender).arg(mes) +
- QObject::tr("This Fatal Error. Recomend Close AQEMU."),
+ QObject::tr("This Fatal Error. Recommend Close AQEMU."),
QMessageBox::Ok );
}
else
diff --git a/src/docopt/docopt_private.h b/src/docopt/docopt_private.h
index 931986b..66942c5 100644
--- a/src/docopt/docopt_private.h
+++ b/src/docopt/docopt_private.h
@@ -152,11 +152,11 @@ namespace docopt {
}
virtual std::string const& name() const override {
- throw std::runtime_error("Logic error: name() shouldnt be called on a BranchPattern");
+ throw std::runtime_error("Logic error: name() shouldn't be called on a BranchPattern");
}
virtual value const& getValue() const {
- throw std::runtime_error("Logic error: name() shouldnt be called on a BranchPattern");
+ throw std::runtime_error("Logic error: name() shouldn't be called on a BranchPattern");
}
virtual std::vector flat(bool (*filter)(Pattern const*)) override {