Fix typo.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2016-01-03 15:39:57 +03:00
parent bc200742d1
commit f7b360d5a0
3 changed files with 3 additions and 3 deletions

View File

@ -700,7 +700,7 @@ vfs_s_print_stats (const char *fs_name, const char *action,
vfs_print_message (_("%s: %s: %s %3d%% (%lld) bytes transferred"), fs_name, action,
file_name, (int) ((double) have * 100 / need), (long long) have);
else
vfs_print_message (_("%s: %s: %s %lld bytes transferre"), fs_name, action, file_name,
vfs_print_message (_("%s: %s: %s %lld bytes transferred"), fs_name, action, file_name,
(long long) have);
}

View File

@ -614,7 +614,7 @@ msgstr ""
#: lib/vfs/direntry.c:703
#, c-format
msgid "%s: %s: %s %lld bytes transferre"
msgid "%s: %s: %s %lld bytes transferred"
msgstr ""
#: lib/vfs/direntry.c:1291

View File

@ -506,7 +506,7 @@ msgid "%s: %s: %s %3d%% (%lld) bytes transferred"
msgstr "%s: %s: %s %3d%% (%lld) байт передано"
#, c-format
msgid "%s: %s: %s %lld bytes transferre"
msgid "%s: %s: %s %lld bytes transferred"
msgstr "%s: %s: %s %lld байт передано"
msgid "Starting linear transfer..."