summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/menu_text_layout.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu_text_layout.cc b/src/menu_text_layout.cc
index 928c7322..f8f34fe3 100644
--- a/src/menu_text_layout.cc
+++ b/src/menu_text_layout.cc
@@ -33,7 +33,7 @@ bool menu_text_layout::find_search_enabled()
bool menu_text_layout::find_search()
{
- prompt_string(_("Search for:"),
+ prompt_string(_("Search for: "),
"",
arg(sigc::mem_fun(this, &menu_text_layout::do_find_search)),
NULL,
@@ -65,7 +65,7 @@ bool menu_text_layout::find_search_back_enabled()
bool menu_text_layout::find_search_back()
{
- prompt_string(_("Search backwards for:"),
+ prompt_string(_("Search backwards for: "),
"",
arg(sigc::mem_fun(this, &menu_text_layout::do_find_search_back)),
NULL,