[Pkg-privacy-commits] [nautilus-wipe] 13/224: Precise UI messages
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 19:45:29 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 f1e0c3aeefe8d1222d4bd763f6489f46fc578252
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Sat Feb 13 23:35:09 2010 +0100
Precise UI messages
---
nautilus-srm/nautilus-srm.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/nautilus-srm/nautilus-srm.c b/nautilus-srm/nautilus-srm.c
index 516fa03..6d439e4 100644
--- a/nautilus-srm/nautilus-srm.c
+++ b/nautilus-srm/nautilus-srm.c
@@ -263,9 +263,9 @@ nautilus_srm_menu_item_srm (NautilusMenuProvider *provider,
NautilusMenuItem *item;
item = nautilus_menu_item_new ("NautilusSrm::srm_item",
- _("Definitely delete"),
- g_dngettext (NULL, "Definitely delete the selected file",
- "Definitely delete the selected files",
+ _("Delete and override content"),
+ g_dngettext (NULL, "Delete the selected file and override its data",
+ "Delete the selected files and override their data",
g_list_length (files)),
GTK_STOCK_DELETE);
@@ -285,7 +285,7 @@ nautilus_srm_menu_item_sfill (NautilusMenuProvider *provider,
{
item = nautilus_menu_item_new ("NautilusSrm::sfill_item",
_("Override free space here"),
- _("Wipe free space in the device containing this file"),
+ _("Override free space in the device containing this file"),
GTK_STOCK_DELETE);
/* fill the object's private fields */
@@ -354,8 +354,8 @@ ask_user_for_deletion (NautilusSrm *srm)
GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_WARNING,
GTK_BUTTONS_NONE,
- g_dngettext(NULL, "Are you sure you want to securely and definitely delete the following file?",
- "Are you sure you want to securely and definitely delete the following files?",
+ g_dngettext(NULL, "Are you sure you want delete the following file and to override its content?",
+ "Are you sure you want delete the following files and to override their content?",
n_files));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
"%s", files_names_str);
@@ -505,7 +505,7 @@ operation_finished (GsdDeleteOperation *operation,
GTK_DIALOG_MODAL,
GTK_MESSAGE_ERROR,
GTK_BUTTONS_CLOSE,
- _("Suppression failed"));
+ _("Deletion failed"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
"%s", error_message);
gtk_dialog_run (GTK_DIALOG (dialog));
@@ -572,7 +572,7 @@ do_srm (GList *files,
cbdata->parent_window = g_object_ref (parent_window);
cbdata->progress_dialog = build_progress_dialog (_("Progress"),
parent_window,
- _("Removing files..."));
+ _("Overwriting files..."));
gtk_widget_show (GTK_WIDGET (cbdata->progress_dialog->window));
g_signal_connect (operation, "finished", G_CALLBACK (operation_finished), cbdata);
@@ -586,7 +586,7 @@ do_srm (GList *files,
g_error_free (err);
success = FALSE;
} /*else {
- g_message ("Suppressing...");
+ g_message ("Deleting...");
}*/
if (! success) {
--
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