Revision: 1381
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1381&view=rev
Author:   nadvornik
Date:     2009-02-06 22:41:47 +0000 (Fri, 06 Feb 2009)

Log Message:
-----------
improved labels of some menu items

Modified Paths:
--------------
    trunk/src/layout_util.c

Modified: trunk/src/layout_util.c
===================================================================
--- trunk/src/layout_util.c     2009-02-04 17:15:30 UTC (rev 1380)
+++ trunk/src/layout_util.c     2009-02-06 22:41:47 UTC (rev 1381)
@@ -1143,7 +1143,7 @@
   { "Delete",  GTK_STOCK_DELETE,       N_("_Delete..."),       "<control>D",   
NULL,   CB(layout_menu_delete_cb) },
   { "DeleteAlt1",GTK_STOCK_DELETE,     N_("_Delete..."),       "Delete",       
NULL,   CB(layout_menu_delete_cb) },
   { "DeleteAlt2",GTK_STOCK_DELETE,     N_("_Delete..."),       "KP_Delete",    
NULL,   CB(layout_menu_delete_cb) },
-  { "CopyPath",                NULL,           N_("_Copy path"),       NULL,   
        NULL,   CB(layout_menu_copy_path_cb) },
+  { "CopyPath",                NULL,           N_("_Copy path to clipboard"),  
NULL,           NULL,   CB(layout_menu_copy_path_cb) },
   { "CloseWindow",     GTK_STOCK_CLOSE,N_("C_lose window"),    "<control>W",   
NULL,   CB(layout_menu_close_cb) },
   { "Quit",            GTK_STOCK_QUIT, N_("_Quit"),            "<control>Q",   
NULL,   CB(layout_menu_exit_cb) },
 
@@ -1221,7 +1221,7 @@
 };
 
 static GtkToggleActionEntry menu_toggle_entries[] = {
-  { "Thumbnails",      NULL,           N_("_Thumbnails"),      "T",            
NULL,   CB(layout_menu_thumb_cb),        FALSE },
+  { "Thumbnails",      NULL,           N_("Show _Thumbnails"), "T",            
NULL,   CB(layout_menu_thumb_cb),        FALSE },
   { "ShowMarks",        NULL,          N_("Show _Marks"),      "M",            
NULL,   CB(layout_menu_marks_cb),        FALSE  },
   { "FloatTools",      NULL,           N_("_Float file list"), "L",            
NULL,   CB(layout_menu_float_cb),        FALSE  },
   { "HideToolbar",     NULL,           N_("Hide tool_bar"),    NULL,           
NULL,   CB(layout_menu_toolbar_cb),      FALSE  },
@@ -1232,8 +1232,8 @@
 };
 
 static GtkRadioActionEntry menu_radio_entries[] = {
-  { "ViewList",                NULL,           N_("_List"),            
"<control>L",   NULL,   0 },
-  { "ViewIcons",       NULL,           N_("I_cons"),           "<control>I",   
NULL,   1 }
+  { "ViewList",                NULL,           N_("View Images as _List"),     
        "<control>L",   NULL,   0 },
+  { "ViewIcons",       NULL,           N_("View Images as I_cons"),            
"<control>I",   NULL,   1 }
 };
 
 static GtkRadioActionEntry menu_split_radio_entries[] = {
@@ -1258,7 +1258,6 @@
 "      <separator/>"
 "      <menuitem action='Search'/>"
 "      <menuitem action='FindDupes'/>"
-"      <menuitem action='PanView'/>"
 "      <placeholder name='SearchSection'/>"
 "      <separator/>"
 "      <menuitem action='Print'/>"
@@ -1322,6 +1321,7 @@
 "    </menu>"
 "    <menu action='ViewMenu'>"
 "      <menuitem action='ViewInNewWindow'/>"
+"      <menuitem action='PanView'/>"
 "      <placeholder name='WindowSection'/>"
 "      <separator/>"
 "      <menu action='ZoomMenu'>"


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to