From e034194bb3dbda4133e53621ddceee2fdf6a7470 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Sun, 25 Jun 2023 17:20:31 +0200 Subject: [PATCH] chore: rephrase profile editor paths description --- src/ui/profile_editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/profile_editor.rs b/src/ui/profile_editor.rs index 67ffe1a..0fa30e2 100644 --- a/src/ui/profile_editor.rs +++ b/src/ui/profile_editor.rs @@ -428,7 +428,7 @@ impl SimpleComponent for ProfileEditor { .title("Paths") .description(concat!( "Where the various components' repositories will be cloned to.\n\n", - "Install Prefix will be the path where the components will be ", + "\"Install Prefix\" is the path where the components are ", "installed after building." )) .build(),