improve denied 94 msg #24

This commit is contained in:
IgnorantGuru 2013-10-31 05:04:35 -06:00
parent 7b30385cef
commit 991c17a809
3 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,8 @@
debian pkgs libudev0 | libudev1 debian pkgs libudev0 | libudev1
update translations; add es fr pl sv update translations; add es fr pl sv
fix building with automake-1.13 fix building with automake-1.13
autogen.sh ensure pot not deleted autogen.sh ensure pot not deleted
improve denied 94 msg #24
0.4.1 2013-03-17: 0.4.1 2013-03-17:
update Russian translation update Russian translation
added translation files to transifex.com added translation files to transifex.com

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: udevil 0.4.1+\n" "Project-Id-Version: udevil 0.4.1+\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-03-17 18:12+0000\n" "POT-Creation-Date: 2013-10-31 11:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -560,8 +560,7 @@ msgstr ""
#: ../src/udevil.c:3792 #: ../src/udevil.c:3792
#, c-format #, c-format
msgid "" msgid "udevil: denied 94: file %s is already attached to loop device\n"
"udevil: denied 94: file %s is already mounted (or specify mount point)\n"
msgstr "" msgstr ""
#: ../src/udevil.c:3800 #: ../src/udevil.c:3800

View File

@ -3789,7 +3789,7 @@ _get_type:
wlog( str, NULL, 2 ); wlog( str, NULL, 2 );
} }
else else
wlog( _("udevil: denied 94: file %s is already mounted (or specify mount point)\n"), wlog( _("udevil: denied 94: file %s is already attached to loop device\n"),
data->device_file, 2 ); data->device_file, 2 );
g_free( str ); g_free( str );
ret = 2; ret = 2;