From 0f7a838a062c0c747a12b8a1dbf6fac405f87a14 Mon Sep 17 00:00:00 2001
From: wise0n <96984685+wise0n@users.noreply.github.com>
Date: Wed, 23 Aug 2023 11:57:01 -0400
Subject: [PATCH] Fix menu location in alert
---
share/translations/keepassxc_en.ts | 8 ++++----
src/gui/EditWidgetIcons.cpp | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/share/translations/keepassxc_en.ts b/share/translations/keepassxc_en.ts
index 6d77ba8a53..648c54347d 100644
--- a/share/translations/keepassxc_en.ts
+++ b/share/translations/keepassxc_en.ts
@@ -3440,10 +3440,6 @@ Supported extensions are: %1.
-
-
-
-
@@ -3485,6 +3481,10 @@ Supported extensions are: %1.
+
+
+
+
EditWidgetProperties
diff --git a/src/gui/EditWidgetIcons.cpp b/src/gui/EditWidgetIcons.cpp
index e57e23c94b..f23d14ce77 100644
--- a/src/gui/EditWidgetIcons.cpp
+++ b/src/gui/EditWidgetIcons.cpp
@@ -220,7 +220,7 @@ void EditWidgetIcons::iconReceived(const QString& url, const QImage& icon)
QString message(tr("Unable to fetch favicon."));
if (!config()->get(Config::Security_IconDownloadFallback).toBool()) {
message.append("\n").append(
- tr("You can enable the DuckDuckGo website icon service under Tools -> Settings -> Security"));
+ tr("You can enable the DuckDuckGo website icon service under Application Settings -> Security"));
}
emit messageEditEntry(message, MessageWidget::Error);
return;