[nautilus-actions] Fixed typo in string



commit 11019a93f1415d296df953c84fbf4fa5c193a169
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Tue Jan 17 13:33:04 2012 +0100

    Fixed typo in string

 src/utils/na-set-conf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/utils/na-set-conf.c b/src/utils/na-set-conf.c
index ce94e2f..c735679 100644
--- a/src/utils/na-set-conf.c
+++ b/src/utils/na-set-conf.c
@@ -152,7 +152,7 @@ main( int argc, char** argv )
 		type = TYPE_BOOL;
 	} else {
 		/* i18n: 'str', 'int' and 'bool' are literal values: do not translate */
-		msgerr = g_strdup_printf( _( "Error: unknown type: %s. Use 'str', 'int' or bool'.\n" ), st_type );
+		msgerr = g_strdup_printf( _( "Error: unknown type: %s. Use 'str', 'int' or 'bool'.\n" ), st_type );
 		g_printerr( "%s", msgerr );
 		g_free( msgerr );
 		errors += 1;



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