From a2aa14ddf5bb403693b70b6e46cd97136d709ce6 Mon Sep 17 00:00:00 2001 From: VAN BOSSUYT Nicolas Date: Fri, 30 Aug 2024 11:27:53 +0200 Subject: [PATCH] Tweaked the wording in devtools. --- src/web/vaev-devtools/app.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/vaev-devtools/app.cpp b/src/web/vaev-devtools/app.cpp index faf0d04f..0d192eb1 100644 --- a/src/web/vaev-devtools/app.cpp +++ b/src/web/vaev-devtools/app.cpp @@ -72,11 +72,11 @@ Ui::Child mainMenu([[maybe_unused]] State const &s) { n, Kr::alert( "Error"s, - Io::format("Failed to open in default browser\n\n{}", res).unwrap() + Io::format("Failed to open in browser\n\n{}", res).unwrap() ) ); }, - Mdi::WEB, "Open in default browser..." + Mdi::WEB, "Open in browser..." ), Ui::separator(), Kr::contextMenuItem(Model::bind(SidePanel::DEVELOPER_TOOLS), Mdi::CODE_TAGS, "Inspector"),