[Pkg-privacy-commits] [nautilus-wipe] 43/224: Typo fixes (mostly override -> overwrite)
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 19:45:32 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 e520baa0f18bf0549f146f51d6ce18f66f222e71
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Sun Feb 21 16:10:01 2010 +0100
Typo fixes (mostly override -> overwrite)
---
nautilus-srm/nautilus-srm.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/nautilus-srm/nautilus-srm.c b/nautilus-srm/nautilus-srm.c
index d3d93ba..73d1612 100644
--- a/nautilus-srm/nautilus-srm.c
+++ b/nautilus-srm/nautilus-srm.c
@@ -254,9 +254,9 @@ nautilus_srm_menu_item_srm (NautilusMenuProvider *provider,
NautilusMenuItem *item;
item = nautilus_menu_item_new ("NautilusSrm::srm_item",
- _("Delete and override content"),
- g_dngettext (NULL, "Delete the selected file and override its data",
- "Delete the selected files and override their data",
+ _("Delete and overwrite content"),
+ g_dngettext (NULL, "Delete the selected file and overwrite its data",
+ "Delete the selected files and overwrite their data",
g_list_length (files)),
GTK_STOCK_DELETE);
add_item_data (item, window, files);
@@ -284,9 +284,9 @@ nautilus_srm_menu_item_sfill (NautilusMenuProvider *provider,
NautilusMenuItem *item;
item = nautilus_menu_item_new ("NautilusSrm::sfill_item",
- _("Override free space here"),
- g_dngettext (NULL, "Override free space in the device containing this file",
- "Override free space in the device(s) containing this files",
+ _("Overwrite free space here"),
+ g_dngettext (NULL, "Overwrite free space in the device containing this file",
+ "Overwrite free space in the device(s) containing these files",
g_list_length (folders)),
NULL);
add_item_data (item, window, folders);
--
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