1 === modified file 'libgksu/libgksu.c'
2 --- libgksu/libgksu.c 2008-06-12 15:41:31 +0000
3 +++ libgksu/libgksu.c 2008-06-12 15:47:14 +0000
5 "The application '%s' lets you "
6 "modify essential parts of your "
9 + g_markup_escape_text(command, -1));
11 msg = g_strdup_printf (_("<b><big>Enter your password to run "
12 "the application '%s' as user %s"
14 - command, context->user);
15 + g_markup_escape_text(command, -1), context->user);