summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 407a7db1b..14159768f 100755
--- a/anaconda
+++ b/anaconda
@@ -448,7 +448,7 @@ if (display_mode != 't' and method and
if iutil.getArch() != "s390":
# if no mouse we force text mode
mousedev = mousehw.get()
- if display_mode != 't' and mousedev[0] == "None - None":
+ if display_mode != 't' and mousedev[0] == "No - Mouse":
# ask for the mouse type
if mouse.mouseWindow(mousehw) == 0:
print _("No mouse was detected. A mouse is required for graphical "