aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidplugin.cpp
diff options
context:
space:
mode:
authorEike Ziller <[email protected]>2022-06-28 10:08:45 +0200
committerEike Ziller <[email protected]>2022-06-28 08:32:22 +0000
commite46357a220285e6495f235732c729426a8b390d8 (patch)
tree261c22ed3ac6fa816abeddaba4d1d9a3809b02ef /src/plugins/android/androidplugin.cpp
parent139e190d77647c8fe0d588f0ccd8ee097dc530a7 (diff)
Adapt to move of options to Edit > Preferences
Change-Id: I6881f658db9eec5059b434bce12093667535d5ac Reviewed-by: Leena Miettinen <[email protected]>
Diffstat (limited to 'src/plugins/android/androidplugin.cpp')
-rw-r--r--src/plugins/android/androidplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/android/androidplugin.cpp b/src/plugins/android/androidplugin.cpp
index fad354094d6..b5d19c12e7f 100644
--- a/src/plugins/android/androidplugin.cpp
+++ b/src/plugins/android/androidplugin.cpp
@@ -194,7 +194,7 @@ void AndroidPlugin::askUserAboutAndroidSetup()
info(kSetupAndroidSetting,
tr("Would you like to configure Android options? This will ensure "
"Android kits can be usable and all essential packages are installed. "
- "To do it later, select Options > Devices > Android."),
+ "To do it later, select Edit > Preferences > Devices > Android."),
Utils::InfoBarEntry::GlobalSuppression::Enabled);
info.addCustomButton(tr("Configure Android"), [this] {
Core::ICore::infoBar()->removeInfo(kSetupAndroidSetting);