From 714d0bbe6677aeb7a303144e4a7b7050049aa447 Mon Sep 17 00:00:00 2001 From: IgnorantGuru Date: Sat, 21 Jul 2012 17:04:14 -0600 Subject: [PATCH] translation changes --- src/udevil.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/udevil.c b/src/udevil.c index 846047a..b1805cf 100644 --- a/src/udevil.c +++ b/src/udevil.c @@ -2519,7 +2519,7 @@ static int command_mount( CommandData* data ) str = get_udevil(); str2 = g_strdup_printf( " %s: sudo chmod +s %s\n", _("To correct this problem"), str ); - wlog( str, NULL, 2 ); + wlog( str2, NULL, 2 ); g_free( str ); g_free( str2 ); return 1; @@ -3911,7 +3911,7 @@ static int command_remove( CommandData* data ) str = get_udevil(); str2 = g_strdup_printf( " %s: sudo chmod +s %s\n", _("To correct this problem"), str ); - wlog( str, NULL, 2 ); + wlog( str2, NULL, 2 ); g_free( str ); g_free( str2 ); return 1; @@ -4234,7 +4234,7 @@ static int command_clean() str = get_udevil(); str2 = g_strdup_printf( " %s: sudo chmod +s %s\n", _("To correct this problem"), str ); - wlog( str, NULL, 2 ); + wlog( str2, NULL, 2 ); g_free( str ); g_free( str2 ); return 1;