Replace _Import with I_mport in GtkBuilder file.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 12 Jan 2013 11:15:59 +0000 (12:15 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 16 Feb 2013 14:02:56 +0000 (15:02 +0100)
This means that there is only one _I in the File menu.

src/ui/gui/data-editor.ui

index 9a944a7140d04e6f9fee035803cb75e9b0ca0ef1..2a5289477977ff180b2453e82389dfab1464f66c 100644 (file)
@@ -51,7 +51,7 @@
         <child>
           <object class="GtkAction" id="file_import">
             <property name="name">file_import</property>
-            <property name="label" translatable="yes">_Import Data...</property>
+            <property name="label" translatable="yes">I_mport Data...</property>
            <property name="stock-id">gtk-convert</property>
           </object>
         </child>