From d98b61e3d6ca98b2ed6aa7e617c66ccf5f267001 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Tue, 5 Mar 2024 13:51:25 -0500 Subject: [PATCH] Improve wording on recent projects placeholder instructions --- crates/recent_projects/src/recent_projects.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/recent_projects/src/recent_projects.rs b/crates/recent_projects/src/recent_projects.rs index 76d42c27809ccbae0855455619debc1b077499e7..a9ceefee6d8cc98a1786cb907ef7cfb9103b8d0e 100644 --- a/crates/recent_projects/src/recent_projects.rs +++ b/crates/recent_projects/src/recent_projects.rs @@ -183,7 +183,7 @@ impl PickerDelegate for RecentProjectsDelegate { ) }; Arc::from(format!( - "{reuse_window} reuses the window, {create_window} opens a new one", + "{reuse_window} reuses this window, {create_window} opens a new one", )) }