[girl] Fix an ellipsis



commit e6ddd503f3708e34b5053cb017ba2409123c4882
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Oct 2 12:46:17 2016 +0200

    Fix an ellipsis

 src/girl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/girl.c b/src/girl.c
index 6be0fbc..2bd9e0d 100644
--- a/src/girl.c
+++ b/src/girl.c
@@ -78,7 +78,7 @@ int main(int argc, char *argv[])
        }
 
        if (!girl_player_frontend_init (&argc, &argv)) {
-               GIRL_DEBUG_MSG (_("Player Frontend initialization failure...."));
+               GIRL_DEBUG_MSG (_("Player Frontend initialization failure..."));
                exit (0);
        }
 


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