Code

screen_utils: Moved the colons of the prompts to wreadln.
[ncmpc.git] / src / screen_utils.c
index 26f8811a7bb9fc901379a0d8a0f7f960160a7bc8..d168d22502d09c7985560d44f0ef39dae0606eb7 100644 (file)
@@ -29,8 +29,8 @@
 #include <stdlib.h>
 #include <unistd.h>
 
-#define FIND_PROMPT  _("Find")
-#define RFIND_PROMPT _("Find backward")
+#define FIND_PROMPT  _("Find")
+#define RFIND_PROMPT _("Find backward")
 
 void
 screen_bell(void)