translation update

This commit is contained in:
IgnorantGuru 2012-07-21 11:26:49 -06:00
parent 8893ae370d
commit 0ead43fa84
2 changed files with 2 additions and 2 deletions

View File

@ -74,6 +74,6 @@ To create a translation of udevil for your language, follow these steps.
intltool-update --dist --output-file=fr-test.po fr
Then complete any missing or fuzzy translations in the .po file, and repeat
steps 8 through 11.
steps 8 through 10.

View File

@ -4470,7 +4470,7 @@ void command_interrupt()
static void show_help()
{
printf( _("udevil version %s\n"), UDEVIL_VERSION );
printf( "udevil version %s\n", UDEVIL_VERSION );
printf( _("Mounts and unmounts devices without password, shows device info, monitors\n") );
printf( _("device changes. Emulates udisks1/2 command line usage and udisks1 output.\n") );
printf( _("Usage: udevil [OPTIONS] COMMAND [COMMAND-OPTIONS] [COMMAND-ARGUMENTS]\n") );