mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[displaymanager] Missing space in user-visible string due to line-breaks
This commit is contained in:
parent
8271b8399c
commit
1d696253c3
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ def run():
|
|||
if not displaymanagers:
|
||||
return (
|
||||
_("No display managers selected for the displaymanager module."),
|
||||
_("The displaymanagers list is empty or undefined in both"
|
||||
_("The displaymanagers list is empty or undefined in both "
|
||||
"globalstorage and displaymanager.conf.")
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue