[five-or-more] trivial: fix a strange line break



commit b23eb0c0e7f6b74a9f541e91d78875c61ffac410
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Jan 21 17:47:24 2014 -0600

    trivial: fix a strange line break

 src/glines.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/glines.c b/src/glines.c
index f0fbc8b..1e84bbc 100644
--- a/src/glines.c
+++ b/src/glines.c
@@ -409,8 +409,7 @@ start_game (void)
 {
   char string[20];
 
-  set_status_message (_
-                         ("Match five objects of the same type in a row to score!"));
+  set_status_message (_("Match five objects of the same type in a row to score!"));
   refresh_screen ();
   active = -1;
   target = -1;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]