[file-roller: 11/26] use 'Add Files' instead of 'Add'



commit 3b9333098c0d5de169fc2757ad5c718a3d6bf52d
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Aug 9 07:56:41 2012 +0200

    use 'Add Files' instead of 'Add'

 src/ui.h                 |    4 ++--
 src/ui/menus-toolbars.ui |    1 -
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/ui.h b/src/ui.h
index 771902f..1da4f49 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -39,11 +39,11 @@ static GtkActionEntry action_entries[] = {
 	  N_("Information about the program"),
 	  G_CALLBACK (activate_action_about) },
 	{ "Add", FR_STOCK_ADD_FILES,
-	  N_("_Addâ"), NULL,
+	  N_("_Add Filesâ"), NULL,
 	  N_("Add files to the archive"),
 	  G_CALLBACK (activate_action_add) },
 	{ "Add_Toolbar", FR_STOCK_ADD_FILES,
-	  N_("Add"), NULL,
+	  N_("Add Files"), NULL,
 	  N_("Add files to the archive"),
 	  G_CALLBACK (activate_action_add) },
 	{ "Close", GTK_STOCK_CLOSE,
diff --git a/src/ui/menus-toolbars.ui b/src/ui/menus-toolbars.ui
index 43891f7..05a0121 100644
--- a/src/ui/menus-toolbars.ui
+++ b/src/ui/menus-toolbars.ui
@@ -48,7 +48,6 @@
     <toolitem action="OpenRecent_Toolbar"/>
     <separator/>
     <toolitem action="Add_Toolbar"/>
-    <separator/>
     <toolitem action="Extract_Toolbar"/>
     <separator expand="true"/>
     <toolitem action="Properties"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]