mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
[displaymanager] Fix LightDM error message
- Error tuple was not being constructed properly - Fix capitalization consistency
This commit is contained in:
parent
ebae7e1f47
commit
5191400d89
1 changed files with 4 additions and 1 deletions
|
@ -581,7 +581,10 @@ class DMlightdm(DisplayManager):
|
|||
)
|
||||
break
|
||||
else:
|
||||
return ("No lightdm greeter installed.")
|
||||
return (
|
||||
"Cannot configure LightDM",
|
||||
"No LightDM greeter installed."
|
||||
)
|
||||
|
||||
|
||||
class DMslim(DisplayManager):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue