summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/gettext.in2
-rw-r--r--rules/gpsd.in2
-rw-r--r--rules/lua.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/rules/gettext.in b/rules/gettext.in
index e4abbbb53..7d947470d 100644
--- a/rules/gettext.in
+++ b/rules/gettext.in
@@ -1,6 +1,6 @@
menuconfig GETTEXT
tristate
- prompt "gettext (GNU)"
+ prompt "gettext (GNU) "
select LIBICONV if ARCH_MINGW
help
The gettext program translates a natural language
diff --git a/rules/gpsd.in b/rules/gpsd.in
index 700259f3e..2a7bf007b 100644
--- a/rules/gpsd.in
+++ b/rules/gpsd.in
@@ -2,7 +2,7 @@ menuconfig GPSD
tristate
select NCURSES if GPSD_CGPS
select NCURSES if GPSD_SIFRMON
- prompt "gpsd"
+ prompt "gpsd "
help
gpsd is a daemon that listens to a GPS or Loran receiver
and translates the positional data into a simplified format
diff --git a/rules/lua.in b/rules/lua.in
index 4834aa671..7ea94a7d4 100644
--- a/rules/lua.in
+++ b/rules/lua.in
@@ -1,6 +1,6 @@
menuconfig LUA
tristate
- prompt "lua"
+ prompt "lua "
select READLINE if LUA_READLINE
help
Lua is a powerful, fast, light-weight, embeddable scripting language.