[file-roller] change "Re-create folders" to "Keep directory structure"
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] change "Re-create folders" to "Keep directory structure"
- Date: Mon, 6 Aug 2012 15:27:13 +0000 (UTC)
commit 6d0ed5338c10bfcec1dd28ade47fc019074adea5
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Aug 6 17:26:44 2012 +0200
change "Re-create folders" to "Keep directory structure"
[bug #681235]
src/dlg-extract.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dlg-extract.c b/src/dlg-extract.c
index f43038f..2fca793 100644
--- a/src/dlg-extract.c
+++ b/src/dlg-extract.c
@@ -389,7 +389,7 @@ create_extra_widget (DialogData *data)
vbox15 = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6);
gtk_box_pack_start (GTK_BOX (hbox30), vbox15, TRUE, TRUE, 0);
- data->e_recreate_dir_checkbutton = gtk_check_button_new_with_mnemonic (_("Re-crea_te folders"));
+ data->e_recreate_dir_checkbutton = gtk_check_button_new_with_mnemonic (_("_Keep directory structure"));
gtk_box_pack_start (GTK_BOX (vbox15), data->e_recreate_dir_checkbutton, FALSE, FALSE, 0);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (data->e_recreate_dir_checkbutton), TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]