chore: rephrase profile editor paths description

This commit is contained in:
Gabriele Musco 2023-06-25 17:20:31 +02:00
parent b91cd05049
commit e034194bb3
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

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