mirror of https://github.com/MidnightCommander/mc
1999-08-18 Kjartan Maraas <kmaraas@online.no>
* no.po: Fix typo.
This commit is contained in:
parent
14c3b99489
commit
dd6d56508b
|
@ -1,3 +1,7 @@
|
|||
1999-08-17 Kjartan Maraas <kmaraas@online.no>
|
||||
|
||||
* fish.c: Fix typo.
|
||||
|
||||
1999-08-15 David Martin <dmartina@usa.net>
|
||||
|
||||
* vfs.c (vfs_print_stats): Translate vfs stats
|
||||
|
|
|
@ -524,7 +524,7 @@ linear_abort (vfs *me, vfs_s_fh *fh)
|
|||
if (get_reply (me, SUP.sockr, NULL, 0) != COMPLETE)
|
||||
print_vfs_message( _("Error reported after abort.") );
|
||||
else
|
||||
print_vfs_message( _("Aborted transfer would be successfull.") );
|
||||
print_vfs_message( _("Aborted transfer would be successful.") );
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in New Issue