Update a Help menu item in app_menus.rs with "Locally" (#39151)

Add the single word "Locally" to clarify where the info is coming from,
(and that you don't need to be online.)

Closes #ISSUE

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
warrenjokinen
2025-09-29 21:21:53 +00:00
committed by GitHub
parent 2ccadc7f65
commit fbb4dcf2b1
+1 -1
View File
@@ -252,7 +252,7 @@ pub fn app_menus() -> Vec<Menu> {
name: "Help".into(),
items: vec![
MenuItem::action(
"View Release Notes",
"View Release Notes Locally",
auto_update_ui::ViewReleaseNotesLocally,
),
MenuItem::action("View Telemetry", zed_actions::OpenTelemetryLog),