[Pkg-privacy-commits] [nautilus-wipe] 61/224: Fixes for 2b57d31
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 19:45:34 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 e697e9232b2bb2c740d888583252503f7b3e226a
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Fri Feb 26 21:01:56 2010 +0100
Fixes for 2b57d31
Some missing whitespaces, non-ASCII characters and an invalid free.
---
nautilus-srm/nautilus-srm.c | 26 +++++++++++++-------------
nautilus-srm/operation-manager.c | 2 +-
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/nautilus-srm/nautilus-srm.c b/nautilus-srm/nautilus-srm.c
index c644b93..80b4481 100644
--- a/nautilus-srm/nautilus-srm.c
+++ b/nautilus-srm/nautilus-srm.c
@@ -504,36 +504,36 @@ run_fill_operation (GtkWindow *parent,
/* FIXME: can't truly use g_dngettext since the args are not the same */
if (n_items > 1) {
/* XXX: precise the devices to sfill (name:=device name):
- parcourir la g_list et insérer la première fois device_name
+ walk the GList and insert device_name the first time
names = device_name
- et à chaque fois suivante
+ and each next time
names += ", " device_name"
- ensuite :
+ and then:
- g_strdup_printf (_("Are you sure you want to wipe"
- "the available diskspace on the"
+ g_strdup_printf (_("Are you sure you want to wipe "
+ "the available diskspace on the "
"\"%s\" partitions or devices?"),
names)
*/
- confirm_primary_text = _("Are you sure you want to wipe"
- "the available diskspace on this"
+ confirm_primary_text = _("Are you sure you want to wipe "
+ "the available diskspace on this "
"partition(s) or device(s)?");
} else if (n_items > 0) {
gchar *name;
name = g_filename_display_basename (files->data);
/* XXX: precise the devices to sfill (name:=device name):
- g_strdup_printf (_("Are you sure you want to wipe"
- "the available diskspace on the"
+ g_strdup_printf (_("Are you sure you want to wipe "
+ "the available diskspace on the "
"\"%s\" partition or device?"),
name)
*/
- confirm_primary_text = _("Are you sure you want to wipe"
- "the available diskspace on this"
+ confirm_primary_text = _("Are you sure you want to wipe "
+ "the available diskspace on this "
"partition(s) or device(s)?");
g_free (name);
}
@@ -553,12 +553,12 @@ run_fill_operation (GtkWindow *parent,
_("Wipe successful"),
/* XXX: when we will have the mountpoints :
- g_strdup_printf (_("Available diskspace on the partition(s) or"
+ g_strdup_printf (_("Available diskspace on the partition(s) or "
"device(s) %s have been successfully wiped."),
mountpoints)
*/
_("Available diskspace on the device(s) have been successfully wiped.")
);
- g_free (confirm_primary_text);
+ /*g_free (confirm_primary_text);*/
}
diff --git a/nautilus-srm/operation-manager.c b/nautilus-srm/operation-manager.c
index 19ea0bd..c5e8b5c 100644
--- a/nautilus-srm/operation-manager.c
+++ b/nautilus-srm/operation-manager.c
@@ -358,7 +358,7 @@ progress_dialog_response_handler (GtkDialog *dialog,
case GTK_RESPONSE_DELETE_EVENT:
if (display_dialog (GTK_WINDOW (dialog), GTK_MESSAGE_QUESTION, TRUE,
_("Are you sure you want to cancel this operation?"),
- _("Canceling this operation might leave some item(s) in"
+ _("Canceling this operation might leave some item(s) in "
"an intermediate state."),
_("Resume operation"), GTK_RESPONSE_REJECT,
_("Cancel operation"), GTK_RESPONSE_ACCEPT,
--
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