diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
index 0d143d99..904eb402 100644
--- a/src/MainWindow.cpp
+++ b/src/MainWindow.cpp
@@ -2066,7 +2066,7 @@ void MainWindow::reloadSettings()
QFile f(":qdarkstyle/style.qss");
if (!f.exists()) {
QMessageBox::warning(this, qApp->applicationName(),
- tr("Could not open find resource file: %1").arg(f.fileName()));
+ tr("Could not find resource file: %1").arg(f.fileName()));
} else {
f.open(QFile::ReadOnly | QFile::Text);
QTextStream ts(&f);
diff --git a/src/SqlExecutionArea.ui b/src/SqlExecutionArea.ui
index 97878e02..1a187daf 100644
--- a/src/SqlExecutionArea.ui
+++ b/src/SqlExecutionArea.ui
@@ -81,7 +81,7 @@
Find previous match [Shift+F3]
- Find previous match with mapping
+ Find previous match with wrapping
diff --git a/src/TableBrowser.ui b/src/TableBrowser.ui
index 2a3ea3b4..82eed812 100644
--- a/src/TableBrowser.ui
+++ b/src/TableBrowser.ui
@@ -266,7 +266,7 @@
Find previous match [Shift+F3]
- Find previous match with mapping
+ Find previous match with wrapping
diff --git a/src/translations/sqlb_ar_SA.ts b/src/translations/sqlb_ar_SA.ts
index 2480c7f3..d871047b 100644
--- a/src/translations/sqlb_ar_SA.ts
+++ b/src/translations/sqlb_ar_SA.ts
@@ -4590,7 +4590,7 @@ If you answer no we will attempt to import the data in the SQL file to the curre
- Could not open find resource file: %1
+ Could not find resource file: %1
@@ -6634,7 +6634,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrappingجِد المطابقة السابقة مع الالتفاف
@@ -7215,7 +7215,7 @@ Hold %3Shift and click to jump there
- Find previous match with mapping
+ Find previous match with wrappingجِد المطابقة السابقة مع الالتفاف
diff --git a/src/translations/sqlb_cs.ts b/src/translations/sqlb_cs.ts
index 48e68f79..7887df87 100644
--- a/src/translations/sqlb_cs.ts
+++ b/src/translations/sqlb_cs.ts
@@ -4331,7 +4331,7 @@ If you answer no we will attempt to import the data in the SQL file to the curre
- Could not open find resource file: %1
+ Could not find resource file: %1
@@ -6248,7 +6248,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrapping
@@ -6806,7 +6806,7 @@ Hold %3Shift and click to jump there
- Find previous match with mapping
+ Find previous match with wrapping
diff --git a/src/translations/sqlb_de.ts b/src/translations/sqlb_de.ts
index 1496fb94..1dd57578 100644
--- a/src/translations/sqlb_de.ts
+++ b/src/translations/sqlb_de.ts
@@ -5109,7 +5109,7 @@ Sind Sie sich sicher?
- Could not open find resource file: %1
+ Could not find resource file: %1
@@ -6942,7 +6942,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrappingVorherige Übereinstimmung mit Mapping finden
@@ -7523,7 +7523,7 @@ Halten Sie %3Umschalt und klicken Sie, um hierher zu springen
- Find previous match with mapping
+ Find previous match with wrappingVorherige Übereinstimmung mit Mapping finden
diff --git a/src/translations/sqlb_en_GB.ts b/src/translations/sqlb_en_GB.ts
index 7b2294fa..1d60ef42 100644
--- a/src/translations/sqlb_en_GB.ts
+++ b/src/translations/sqlb_en_GB.ts
@@ -3565,7 +3565,7 @@ If you answer no we will attempt to import the data in the SQL file to the curre
- Could not open find resource file: %1
+ Could not find resource file: %1
@@ -5348,7 +5348,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrapping
@@ -5877,7 +5877,7 @@ Hold %3Shift and click to jump there
- Find previous match with mapping
+ Find previous match with wrapping
diff --git a/src/translations/sqlb_es_ES.ts b/src/translations/sqlb_es_ES.ts
index fc79facb..0ddb2625 100644
--- a/src/translations/sqlb_es_ES.ts
+++ b/src/translations/sqlb_es_ES.ts
@@ -4914,7 +4914,7 @@ Si responde no se intentarán importar los datos del archivo SQL en la base de d
- Could not open find resource file: %1
+ Could not find resource file: %1
@@ -6964,7 +6964,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrappingBuscar la siguiente ocurrencia
@@ -7545,7 +7545,7 @@ Mantenga pulsado %3May y haga clic para ir ahí
- Find previous match with mapping
+ Find previous match with wrappingBuscar la siguiente ocurrencia
diff --git a/src/translations/sqlb_fa.ts b/src/translations/sqlb_fa.ts
index 30023297..5254c48c 100644
--- a/src/translations/sqlb_fa.ts
+++ b/src/translations/sqlb_fa.ts
@@ -5006,7 +5006,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrapping
diff --git a/src/translations/sqlb_fr.ts b/src/translations/sqlb_fr.ts
index 638276d3..0e25208a 100644
--- a/src/translations/sqlb_fr.ts
+++ b/src/translations/sqlb_fr.ts
@@ -5220,7 +5220,7 @@ Are you sure?
- Could not open find resource file: %1
+ Could not find resource file: %1Le fichier de ressources : %1 ne peut être ouvert
@@ -7068,7 +7068,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrappingTrouver la correspondance précédente avec le modèle
@@ -7650,7 +7650,7 @@ Appuyez simultanément sur %3+Maj et cliquez pour arriver ici
- Find previous match with mapping
+ Find previous match with wrappingTrouver la correspondance précédente avec le modèle
diff --git a/src/translations/sqlb_it.ts b/src/translations/sqlb_it.ts
index bccdec41..ddf64032 100644
--- a/src/translations/sqlb_it.ts
+++ b/src/translations/sqlb_it.ts
@@ -4459,7 +4459,7 @@ Sei sicuro?
- Could not open find resource file: %1
+ Could not find resource file: %1Non posso aprire il file di risorse: %1
@@ -6082,7 +6082,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrappingTrova la corrispondenza precedente con reinizio
@@ -6621,7 +6621,7 @@ Tieni premuto %3Shift e clicca per saltare lì
- Find previous match with mapping
+ Find previous match with wrappingTrova la corrispondenza precedente con reinizio
diff --git a/src/translations/sqlb_ja.ts b/src/translations/sqlb_ja.ts
index 2ed91909..f77cbb43 100644
--- a/src/translations/sqlb_ja.ts
+++ b/src/translations/sqlb_ja.ts
@@ -4384,7 +4384,7 @@ Are you sure?
- Could not open find resource file: %1
+ Could not find resource file: %1
@@ -5988,7 +5988,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrappingマッピングで前を検索
@@ -6527,7 +6527,7 @@ Hold %3Shift and click to jump there
- Find previous match with mapping
+ Find previous match with wrappingマッピングで前を検索
diff --git a/src/translations/sqlb_ko_KR.ts b/src/translations/sqlb_ko_KR.ts
index 5968dbc5..b325bac7 100644
--- a/src/translations/sqlb_ko_KR.ts
+++ b/src/translations/sqlb_ko_KR.ts
@@ -4686,7 +4686,7 @@ If you answer no we will attempt to import the data in the SQL file to the curre
- Could not open find resource file: %1
+ Could not find resource file: %1
@@ -6663,7 +6663,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrapping맵핑된 이전 일치내역 검색하기
@@ -7239,7 +7239,7 @@ Hold %3Shift and click to jump there
- Find previous match with mapping
+ Find previous match with wrapping맵핑된 이전 일치내역 검색하기
diff --git a/src/translations/sqlb_pl.ts b/src/translations/sqlb_pl.ts
index ef027e94..a1f7636e 100644
--- a/src/translations/sqlb_pl.ts
+++ b/src/translations/sqlb_pl.ts
@@ -4459,7 +4459,7 @@ Czy na pewno?
- Could not open find resource file: %1
+ Could not find resource file: %1Nie można znaleźć pliku zasobów: %1
@@ -6092,7 +6092,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrappingZnajdź poprzednie pasujące z zawijaniem
@@ -6634,7 +6634,7 @@ Przyciśnij %3Shift i kliknij, aby tu przejść
- Find previous match with mapping
+ Find previous match with wrappingZnajdź poprzednie pasujące z mapowaniem
diff --git a/src/translations/sqlb_pt_BR.ts b/src/translations/sqlb_pt_BR.ts
index 9bafdc41..1b47a06b 100644
--- a/src/translations/sqlb_pt_BR.ts
+++ b/src/translations/sqlb_pt_BR.ts
@@ -5142,7 +5142,7 @@ Você tem certeza que quer salvar o banco de dados?
- Could not open find resource file: %1
+ Could not find resource file: %1Não pôde encontrar o arquivo de recursos: %1
@@ -6903,7 +6903,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrappingEncontrar resultado anterior com mapeamento
@@ -7433,7 +7433,7 @@ Segure %3Shift e clique para ir para lá
- Find previous match with mapping
+ Find previous match with wrappingEncontrar resultado anterior com mapeamento
diff --git a/src/translations/sqlb_ru.ts b/src/translations/sqlb_ru.ts
index fa5046ba..65b28e5f 100644
--- a/src/translations/sqlb_ru.ts
+++ b/src/translations/sqlb_ru.ts
@@ -4599,7 +4599,7 @@ If you answer no we will attempt to import the data in the SQL file to the curre
- Could not open find resource file: %1
+ Could not find resource file: %1
@@ -6572,7 +6572,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrappingНайти предыдущее совпадение, закольцевав поиск
@@ -7152,7 +7152,7 @@ Hold %3Shift and click to jump there
- Find previous match with mapping
+ Find previous match with wrappingНайти предыдущее совпадение, закольцевав поиск
diff --git a/src/translations/sqlb_tr.ts b/src/translations/sqlb_tr.ts
index b60be378..1d492f18 100644
--- a/src/translations/sqlb_tr.ts
+++ b/src/translations/sqlb_tr.ts
@@ -4383,7 +4383,7 @@ Eğer cevabınız hayır ise biz SQL dosyasındaki verileri geçerli veritabanı
- Could not open find resource file: %1
+ Could not find resource file: %1
@@ -6245,7 +6245,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrapping
@@ -6810,7 +6810,7 @@ Hold %3Shift and click to jump there
- Find previous match with mapping
+ Find previous match with wrapping
diff --git a/src/translations/sqlb_uk_UA.ts b/src/translations/sqlb_uk_UA.ts
index 87c9dab7..ff74a391 100644
--- a/src/translations/sqlb_uk_UA.ts
+++ b/src/translations/sqlb_uk_UA.ts
@@ -4774,7 +4774,7 @@ Are you sure you want to save the database?
- Could not open find resource file: %1
+ Could not find resource file: %1
@@ -6589,7 +6589,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrapping
@@ -7187,7 +7187,7 @@ Hold %3Shift and click to jump there
- Find previous match with mapping
+ Find previous match with wrapping
diff --git a/src/translations/sqlb_zh.ts b/src/translations/sqlb_zh.ts
index 4c13da6d..50cd13e6 100644
--- a/src/translations/sqlb_zh.ts
+++ b/src/translations/sqlb_zh.ts
@@ -4649,7 +4649,7 @@ Are you sure?
- Could not open find resource file: %1
+ Could not find resource file: %1
@@ -6639,7 +6639,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrapping按顺序查找上一项
@@ -7210,7 +7210,7 @@ Hold %3Shift and click to jump there
- Find previous match with mapping
+ Find previous match with wrapping按顺序查找上一项
diff --git a/src/translations/sqlb_zh_TW.ts b/src/translations/sqlb_zh_TW.ts
index e67dd2d8..063ad5f6 100644
--- a/src/translations/sqlb_zh_TW.ts
+++ b/src/translations/sqlb_zh_TW.ts
@@ -4518,7 +4518,7 @@ Are you sure?
- Could not open find resource file: %1
+ Could not find resource file: %1
@@ -6217,7 +6217,7 @@ p, li { white-space: pre-wrap; }
- Find previous match with mapping
+ Find previous match with wrapping
@@ -6775,7 +6775,7 @@ Hold %3Shift and click to jump there
- Find previous match with mapping
+ Find previous match with wrapping