[Superkb-devel] [PATCH] Fixed wrong word in error message.
Status: Alpha
Brought to you by:
alvarezp
|
From: Octavio A. <alv...@al...> - 2011-05-04 02:27:03
|
From 3aba6270efdd7edeb76206ebade05f9990074850 Mon Sep 17 00:00:00 2001
From: Octavio Alvarez <alv...@al...>
Date: Fri, 29 Apr 2011 19:27:34 -0700
Subject: [PATCH] Fixed wrong word in error message.
We want the user to have their current keyboard layout
whatever the system default might be.
---
main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/main.c b/main.c
index b2a0062..b6ee1c4 100755
--- a/main.c
+++ b/main.c
@@ -516,7 +516,7 @@ int main(int argc, char *argv[])
"X. Quitting.\n");
fprintf(stderr, "\nIf using GNOME you might want to try
adding a "
"keyboard layout and then\nremoving it, and making
sure your "
- "default layout is effectively selected
as\ndefault.\n");
+ "current layout is effectively selected
as\ndefault.\n");
return EXIT_FAILURE;
}
--
Octavio.
|