mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
branding: Add a dedicated bootloaderEntryName setting.
Use it in the bootloader and grubcfg modules instead of shortProductName.
This commit is contained in:
parent
91b711e0f7
commit
462819060b
5 changed files with 18 additions and 15 deletions
|
@ -51,7 +51,8 @@ QStringList Branding::s_stringEntryStrings =
|
|||
"shortVersion",
|
||||
"versionedName",
|
||||
"shortVersionedName",
|
||||
"shortProductName"
|
||||
"shortProductName",
|
||||
"bootloaderEntryName"
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue