summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo R. Zanoni <paulo@c3sl.ufpr.br>2008-08-14 10:38:00 -0300
committerPaulo R. Zanoni <paulo@c3sl.ufpr.br>2008-08-14 10:38:00 -0300
commitd40cf3254e9048f30be2e7735fc9078ff4c2e77c (patch)
tree74c7002df2d6ebd382065af257c0a273d01ef062
parent57582666171c10a59c9d9bab3202f734693f97a3 (diff)
Press mouse left button, not left mouse button
-rwxr-xr-xmdm/src/mdm-start-seat2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdm/src/mdm-start-seat b/mdm/src/mdm-start-seat
index 5e33808..7075ef8 100755
--- a/mdm/src/mdm-start-seat
+++ b/mdm/src/mdm-start-seat
@@ -41,7 +41,7 @@ function display_message () {
$WRITE_MESSAGE "Press the F$2 key" 1>&2
;;
button_press)
- $WRITE_MESSAGE "Press the left mouse button" 1>&2
+ $WRITE_MESSAGE "Press the mouse left button" 1>&2
;;
wait)
$WRITE_MESSAGE "Please wait" 1>&2