diff options
author | Colin Guthrie <colin@mageia.org> | 2012-10-28 12:19:56 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2012-10-28 12:19:56 +0000 |
commit | 35326f41a29186a00331117c4419a904c6563c7c (patch) | |
tree | a9b7fe62d1ecfbd71a5db9d9a04d1354d176eb2b | |
parent | 5feb682d2713d027bf24ad64942e3ccddadcade4 (diff) | |
download | initscripts-35326f41a29186a00331117c4419a904c6563c7c.tar initscripts-35326f41a29186a00331117c4419a904c6563c7c.tar.gz initscripts-35326f41a29186a00331117c4419a904c6563c7c.tar.bz2 initscripts-35326f41a29186a00331117c4419a904c6563c7c.tar.xz initscripts-35326f41a29186a00331117c4419a904c6563c7c.zip |
Fix typo in display-manager-failure-message (mga#7868)
-rwxr-xr-x | display-manager-failure-message | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/display-manager-failure-message b/display-manager-failure-message index 9e51b17f..2ba4d2d7 100755 --- a/display-manager-failure-message +++ b/display-manager-failure-message @@ -4,8 +4,8 @@ echo >&2 echo "Sorry, but there has been a problem starting your graphical display." >&2 echo >&2 echo "In order to debug your problem we will automatically switch to a text-based" >&2 -echo "login screen from where login as the root user and run the 'drakx11' utility" >&2 -echo "to configure your graphical system." >&2 +echo "login screen from where you can login as the root user and run the 'drakx11'" >&2 +echo "utility to configure your graphical display." >&2 echo >&2 echo "After configuration, you can restart your graphical environment via the command:" >&2 echo " systemctl default" >&2 |