[lasem] Remove unnecessary space in string



commit 55cf44b8acd17023324907b2a0fb090b6cc5b55b
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Tue Dec 4 11:48:50 2012 +0100

    Remove unnecessary space in string

 src/lasemrender.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lasemrender.c b/src/lasemrender.c
index ad00a3a..d26f79c 100644
--- a/src/lasemrender.c
+++ b/src/lasemrender.c
@@ -122,7 +122,7 @@ int main(int argc, char **argv)
 			if (g_ascii_strcasecmp (option_output_file_format, file_formats[format]) == 0)
 				break;
 		if (FORMAT_UNKNOWN == format) {
-			g_print (_("Unknown format : %s\n"), option_output_file_format);
+			g_print (_("Unknown format: %s\n"), option_output_file_format);
 			return EXIT_FAILURE;
 		}
 	} else



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