diff src/preferences.c @ 1685:47b191b77e07

Revert "Add pgettext for some ambiguous strings" Now there should be all ambiguous strings gone. This reverts commit 1628 With that commit also all ambiguous strings should be solved.
author mow
date Tue, 30 Jun 2009 19:53:55 +0000
parents 1e3bbaa772b9
children 59c72fd324ce
line wrap: on
line diff
--- a/src/preferences.c	Tue Jun 30 19:12:25 2009 +0000
+++ b/src/preferences.c	Tue Jun 30 19:53:55 2009 +0000
@@ -1753,7 +1753,7 @@
 
 	vbox = scrolled_notebook_page(notebook, _("Behavior"));
 
-	group = pref_group_new(vbox, FALSE, pgettext("physical","Delete"), GTK_ORIENTATION_VERTICAL);
+	group = pref_group_new(vbox, FALSE, _("Delete"), GTK_ORIENTATION_VERTICAL);
 
 	pref_checkbox_new_int(group, _("Confirm file delete"),
 			      options->file_ops.confirm_delete, &c_options->file_ops.confirm_delete);