[Pkg-privacy-commits] [nautilus-wipe] 102/224: Update mode description strings
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 19:45:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository nautilus-wipe.
commit 76fbd7221bee22dc905d5a4fd532ae41e4af7994
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Tue Apr 26 23:27:25 2011 +0200
Update mode description strings
---
nautilus-srm/operation-manager.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/nautilus-srm/operation-manager.c b/nautilus-srm/operation-manager.c
index fe55643..72cdc84 100644
--- a/nautilus-srm/operation-manager.c
+++ b/nautilus-srm/operation-manager.c
@@ -413,11 +413,11 @@ operation_confirm_dialog (GtkWindow *parent,
} G_STMT_END
/* add items */
ADD_ITEM (GSD_SECURE_DELETE_OPERATION_MODE_NORMAL,
- 38, _("(secure, recommended)"));
+ 38, _("(Gutmann method for old disks)"));
ADD_ITEM (GSD_SECURE_DELETE_OPERATION_MODE_INSECURE,
- 2, _("(insecure, but faster)"));
+ 2, _("(advised for modern hard disks)"));
ADD_ITEM (GSD_SECURE_DELETE_OPERATION_MODE_VERY_INSECURE,
- 1, _("(very insecure, but fastest)"));
+ 1, _("(only protects against software attacks)"));
#undef ADD_ITEM
/* connect change & pack */
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git
More information about the Pkg-privacy-commits
mailing list