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(),