[rhythmbox] ipod, mtp: fix alignment and capitalisation in info dialog (bug #606472)



commit 089d5a6ef26d701462095a013c3cf8343503653a
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Jan 17 18:36:34 2010 +1000

    ipod, mtp: fix alignment and capitalisation in info dialog (bug #606472)

 plugins/ipod/ipod-info.ui     |   20 ++++++++++++++------
 plugins/mtpdevice/mtp-info.ui |   14 +++++++++++---
 2 files changed, 25 insertions(+), 9 deletions(-)
---
diff --git a/plugins/ipod/ipod-info.ui b/plugins/ipod/ipod-info.ui
index aabcf71..450a9ca 100644
--- a/plugins/ipod/ipod-info.ui
+++ b/plugins/ipod/ipod-info.ui
@@ -25,7 +25,9 @@
       <object class="GtkLabel" id="label-ipod-name">
         <property name="visible">True</property>
         <property name="xalign">0</property>
-        <property name="label" translatable="yes">iPod Name:</property>
+        <property name="label" translatable="yes">iPod _name:</property>
+        <property name="use_underline">True</property>
+        <property name="mnemonic_widget">ipod-name-entry</property>
       </object>
       <packing>
         <property name="x_options">GTK_FILL</property>
@@ -35,6 +37,7 @@
     <child>
       <object class="GtkLabel" id="label-num-tracks">
         <property name="visible">True</property>
+        <property name="xalign">0</property>
         <property name="label" translatable="yes">Tracks:</property>
       </object>
       <packing>
@@ -45,6 +48,7 @@
     <child>
       <object class="GtkLabel" id="label-num-podcasts">
         <property name="visible">True</property>
+        <property name="xalign">0</property>
         <property name="label" translatable="yes">Podcasts:</property>
       </object>
       <packing>
@@ -55,6 +59,7 @@
     <child>
       <object class="GtkLabel" id="label-num-playlists">
         <property name="visible">True</property>
+        <property name="xalign">0</property>
         <property name="label" translatable="yes">Playlists:</property>
       </object>
       <packing>
@@ -65,6 +70,7 @@
     <child>
       <object class="GtkLabel" id="ipod-num-tracks">
         <property name="visible">True</property>
+        <property name="xalign">0</property>
       </object>
       <packing>
         <property name="left_attach">1</property>
@@ -76,6 +82,7 @@
     <child>
       <object class="GtkLabel" id="ipod-num-podcasts">
         <property name="visible">True</property>
+        <property name="xalign">0</property>
       </object>
       <packing>
         <property name="left_attach">1</property>
@@ -87,6 +94,7 @@
     <child>
       <object class="GtkLabel" id="ipod-num-playlists">
         <property name="visible">True</property>
+        <property name="xalign">0</property>
       </object>
       <packing>
         <property name="left_attach">1</property>
@@ -137,7 +145,7 @@
           <object class="GtkLabel" id="label-device-node">
             <property name="visible">True</property>
             <property name="xalign">0</property>
-            <property name="label" translatable="yes">Device Node:</property>
+            <property name="label" translatable="yes">Device node:</property>
           </object>
           <packing>
             <property name="top_attach">1</property>
@@ -150,7 +158,7 @@
           <object class="GtkLabel" id="label-mount-point">
             <property name="visible">True</property>
             <property name="xalign">0</property>
-            <property name="label" translatable="yes">Mount Point:</property>
+            <property name="label" translatable="yes">Mount point:</property>
           </object>
           <packing>
             <property name="x_options">GTK_FILL</property>
@@ -161,7 +169,7 @@
           <object class="GtkLabel" id="label-database-version">
             <property name="visible">True</property>
             <property name="xalign">0</property>
-            <property name="label" translatable="yes">Database Version:</property>
+            <property name="label" translatable="yes">Database version:</property>
           </object>
           <packing>
             <property name="top_attach">5</property>
@@ -187,7 +195,7 @@
           <object class="GtkLabel" id="label-firmware-version">
             <property name="visible">True</property>
             <property name="xalign">0</property>
-            <property name="label" translatable="yes">Firmware Version:</property>
+            <property name="label" translatable="yes">Firmware version:</property>
           </object>
           <packing>
             <property name="top_attach">4</property>
@@ -213,7 +221,7 @@
           <object class="GtkLabel" id="label-serial-number">
             <property name="visible">True</property>
             <property name="xalign">0</property>
-            <property name="label" translatable="yes">Serial Number:</property>
+            <property name="label" translatable="yes">Serial number:</property>
           </object>
           <packing>
             <property name="top_attach">3</property>
diff --git a/plugins/mtpdevice/mtp-info.ui b/plugins/mtpdevice/mtp-info.ui
index 9ad5152..c8a5222 100644
--- a/plugins/mtpdevice/mtp-info.ui
+++ b/plugins/mtpdevice/mtp-info.ui
@@ -25,7 +25,9 @@
       <object class="GtkLabel" id="label-mtp-name">
         <property name="visible">True</property>
         <property name="xalign">0</property>
-        <property name="label" translatable="yes">Device Name:</property>
+        <property name="label" translatable="yes">Device _name:</property>
+        <property name="use_underline">True</property>
+        <property name="mnemonic_widget">entry-mtp-name</property>
       </object>
       <packing>
         <property name="x_options">GTK_FILL</property>
@@ -35,6 +37,7 @@
     <child>
       <object class="GtkLabel" id="label-num-tracks">
         <property name="visible">True</property>
+        <property name="xalign">0</property>
         <property name="label" translatable="yes">Tracks:</property>
       </object>
       <packing>
@@ -45,6 +48,7 @@
     <child>
       <object class="GtkLabel" id="label-num-podcasts">
         <property name="visible">True</property>
+        <property name="xalign">0</property>
         <property name="label" translatable="yes">Podcasts:</property>
       </object>
       <packing>
@@ -55,6 +59,7 @@
     <child>
       <object class="GtkLabel" id="label-num-playlists">
         <property name="visible">True</property>
+        <property name="xalign">0</property>
         <property name="label" translatable="yes">Playlists:</property>
       </object>
       <packing>
@@ -65,6 +70,7 @@
     <child>
       <object class="GtkLabel" id="mtp-num-tracks">
         <property name="visible">True</property>
+        <property name="xalign">0</property>
       </object>
       <packing>
         <property name="left_attach">1</property>
@@ -76,6 +82,7 @@
     <child>
       <object class="GtkLabel" id="mtp-num-podcasts">
         <property name="visible">True</property>
+        <property name="xalign">0</property>
       </object>
       <packing>
         <property name="left_attach">1</property>
@@ -87,6 +94,7 @@
     <child>
       <object class="GtkLabel" id="mtp-num-playlists">
         <property name="visible">True</property>
+        <property name="xalign">0</property>
       </object>
       <packing>
         <property name="left_attach">1</property>
@@ -152,7 +160,7 @@
           <object class="GtkLabel" id="label-serial-number">
             <property name="visible">True</property>
             <property name="xalign">0</property>
-            <property name="label" translatable="yes">Serial Number:</property>
+            <property name="label" translatable="yes">Serial number:</property>
           </object>
           <packing>
             <property name="top_attach">2</property>
@@ -165,7 +173,7 @@
           <object class="GtkLabel" id="label-firmware-version">
             <property name="visible">True</property>
             <property name="xalign">0</property>
-            <property name="label" translatable="yes">Firmware Version:</property>
+            <property name="label" translatable="yes">Firmware version:</property>
           </object>
           <packing>
             <property name="top_attach">3</property>



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