improve denied 94 msg #24
This commit is contained in:
parent
7b30385cef
commit
991c17a809
|
@ -3,7 +3,8 @@
|
|||
debian pkgs libudev0 | libudev1
|
||||
update translations; add es fr pl sv
|
||||
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:
|
||||
update Russian translation
|
||||
added translation files to transifex.com
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: udevil 0.4.1+\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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -560,8 +560,7 @@ msgstr ""
|
|||
|
||||
#: ../src/udevil.c:3792
|
||||
#, c-format
|
||||
msgid ""
|
||||
"udevil: denied 94: file %s is already mounted (or specify mount point)\n"
|
||||
msgid "udevil: denied 94: file %s is already attached to loop device\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/udevil.c:3800
|
||||
|
|
|
@ -3789,7 +3789,7 @@ _get_type:
|
|||
wlog( str, NULL, 2 );
|
||||
}
|
||||
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 );
|
||||
g_free( str );
|
||||
ret = 2;
|
||||
|
|
Loading…
Reference in New Issue
Block a user