[gnome-control-center] Remove markup from translatable strings in GTKBuilder files. Fixes #99759
- From: Claude Paroz <claudep src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Remove markup from translatable strings in GTKBuilder files. Fixes #99759
- Date: Thu, 6 Aug 2009 09:56:38 +0000 (UTC)
commit 339738a567fa77ac1f4d3991f5565ffc3c88ff7b
Author: Claude Paroz <claude 2xlibre net>
Date: Thu Aug 6 11:53:34 2009 +0200
Remove markup from translatable strings in GTKBuilder files. Fixes #99759
capplets/about-me/gnome-about-me-dialog.ui | 42 ++++--
capplets/about-me/gnome-about-me-password.ui | 7 +-
.../at-properties/at-enable-dialog.ui | 14 +-
capplets/appearance/data/appearance.ui | 48 ++++--
.../gnome-default-applications-properties.ui | 62 +++++---
capplets/display/display-capplet.ui | 20 ++-
...gnome-keyboard-properties-a11y-notifications.ui | 30 +++--
.../keyboard/gnome-keyboard-properties-dialog.ui | 144 ++++++++++++------
capplets/localization/localization.ui | 8 +-
capplets/mouse/gnome-mouse-properties.ui | 164 ++++++++++++++------
capplets/network/gnome-network-properties.ui | 28 +++-
capplets/windows/gnome-window-properties.ui | 20 ++-
12 files changed, 401 insertions(+), 186 deletions(-)
---
diff --git a/capplets/about-me/gnome-about-me-dialog.ui b/capplets/about-me/gnome-about-me-dialog.ui
index 52eadcc..eb3dbf2 100644
--- a/capplets/about-me/gnome-about-me-dialog.ui
+++ b/capplets/about-me/gnome-about-me-dialog.ui
@@ -172,8 +172,10 @@
<object class="GtkLabel" id="label1017">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Email</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Email</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -280,8 +282,10 @@
<object class="GtkLabel" id="label1021">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Telephone</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Telephone</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -444,8 +448,10 @@
<object class="GtkLabel" id="label1023">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Instant Messaging</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Instant Messaging</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -686,8 +692,10 @@
<object class="GtkLabel" id="label1043">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Home</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Home</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -934,8 +942,10 @@
<object class="GtkLabel" id="label1050">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Work</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Work</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -1196,8 +1206,10 @@
<object class="GtkLabel" id="label1028">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Web</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Web</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -1332,8 +1344,10 @@
<object class="GtkLabel" id="label1035">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Job</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Job</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/capplets/about-me/gnome-about-me-password.ui b/capplets/about-me/gnome-about-me-password.ui
index 4978383..b9c433a 100644
--- a/capplets/about-me/gnome-about-me-password.ui
+++ b/capplets/about-me/gnome-about-me-password.ui
@@ -40,8 +40,11 @@
<object class="GtkLabel" id="header-label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><span size="larger" weight="bold">Change your password</span></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Change your password</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ <attribute name="scale" value="1.2"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/capplets/accessibility/at-properties/at-enable-dialog.ui b/capplets/accessibility/at-properties/at-enable-dialog.ui
index 8abfd6c..721c45c 100644
--- a/capplets/accessibility/at-properties/at-enable-dialog.ui
+++ b/capplets/accessibility/at-properties/at-enable-dialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<interface>
- <requires lib="gtk+" version="2.14"/>
+ <requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkDialog" id="at_properties_dialog">
<property name="border_width">5</property>
@@ -28,8 +28,10 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Assistive Technologies</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Assistive Technologies</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -127,8 +129,10 @@
<object class="GtkLabel" id="pref_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Preferences</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Preferences</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/capplets/appearance/data/appearance.ui b/capplets/appearance/data/appearance.ui
index bdc0215..a68894e 100644
--- a/capplets/appearance/data/appearance.ui
+++ b/capplets/appearance/data/appearance.ui
@@ -88,8 +88,10 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Smoothing</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Smoothing</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -248,8 +250,10 @@
<object class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes" comments="font hinting"><b>Hinting</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes" comments="font hinting">Hinting</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -445,8 +449,10 @@
<object class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Subpixel Order</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Subpixel Order</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -806,10 +812,12 @@
<object class="GtkLabel" id="label19">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>_Desktop Background</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">_Desktop Background</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">wp_view</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -973,10 +981,12 @@
<object class="GtkLabel" id="label24">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>C_olors</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">C_olors</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">wp_color_menu</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -1261,8 +1271,10 @@
<object class="GtkLabel" id="label33">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Rendering</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Rendering</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -1507,8 +1519,10 @@
<object class="GtkLabel" id="label35">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Menus and Toolbars</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Menus and Toolbars</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -1635,8 +1649,10 @@
<object class="GtkLabel" id="label38">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Preview</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Preview</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/capplets/default-applications/gnome-default-applications-properties.ui b/capplets/default-applications/gnome-default-applications-properties.ui
index 15e37eb..9a4cfcf 100644
--- a/capplets/default-applications/gnome-default-applications-properties.ui
+++ b/capplets/default-applications/gnome-default-applications-properties.ui
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<interface>
- <requires lib="gtk+" version="2.14"/>
+ <requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkDialog" id="preferred_apps_dialog">
<property name="border_width">5</property>
@@ -29,8 +29,10 @@
<object class="GtkLabel" id="web_browser_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Web Browser</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Web Browser</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -208,8 +210,10 @@
<object class="GtkLabel" id="mail_reader_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Mail Reader</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Mail Reader</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -322,8 +326,10 @@
<object class="GtkLabel" id="messenger_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Instant Messenger</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Instant Messenger</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -452,8 +458,10 @@
<object class="GtkLabel" id="image_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Image Viewer</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Image Viewer</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -567,8 +575,10 @@
<object class="GtkLabel" id="media_player_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Multimedia Player</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Multimedia Player</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -681,8 +691,10 @@
<object class="GtkLabel" id="video_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Video Player</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Video Player</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -815,8 +827,10 @@
<object class="GtkLabel" id="text_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Text Editor</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Text Editor</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -930,8 +944,10 @@
<object class="GtkLabel" id="terminal_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Terminal Emulator</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Terminal Emulator</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -1078,8 +1094,10 @@
<object class="GtkLabel" id="visual_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Visual</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Visual</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -1189,8 +1207,10 @@
<object class="GtkLabel" id="mobility_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Mobility</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Mobility</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/capplets/display/display-capplet.ui b/capplets/display/display-capplet.ui
index 0c36ea1..5e0a5d0 100644
--- a/capplets/display/display-capplet.ui
+++ b/capplets/display/display-capplet.ui
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<interface>
- <requires lib="gtk+" version="2.14"/>
+ <requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkDialog" id="dialog">
<property name="border_width">5</property>
@@ -19,8 +19,10 @@
<child>
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
- <property name="label" translatable="yes"><i>Drag the monitors to set their place</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Drag the monitors to set their place</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -86,8 +88,10 @@
<object class="GtkLabel" id="current_monitor_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Monitor</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Monitor</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -282,8 +286,10 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Panel icon</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Panel icon</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/capplets/keyboard/gnome-keyboard-properties-a11y-notifications.ui b/capplets/keyboard/gnome-keyboard-properties-a11y-notifications.ui
index bf4ef54..3f33d99 100644
--- a/capplets/keyboard/gnome-keyboard-properties-a11y-notifications.ui
+++ b/capplets/keyboard/gnome-keyboard-properties-a11y-notifications.ui
@@ -33,8 +33,10 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>General</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">General</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -114,8 +116,10 @@
<object class="GtkLabel" id="label500">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Visual cues for sounds</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Visual cues for sounds</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -235,8 +239,10 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Slow Keys</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Slow Keys</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -332,8 +338,10 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Bounce Keys</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Bounce Keys</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -401,8 +409,10 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Sticky Keys</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Sticky Keys</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
diff --git a/capplets/keyboard/gnome-keyboard-properties-dialog.ui b/capplets/keyboard/gnome-keyboard-properties-dialog.ui
index 755451d..b09d11c 100644
--- a/capplets/keyboard/gnome-keyboard-properties-dialog.ui
+++ b/capplets/keyboard/gnome-keyboard-properties-dialog.ui
@@ -107,8 +107,10 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Repeat Keys</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Repeat Keys</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -164,7 +166,6 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">_Delay:</property>
- <property name="use_markup">True</property>
<property name="use_underline">True</property>
<property name="justify">center</property>
<property name="mnemonic_widget">repeat_delay_scale</property>
@@ -203,8 +204,11 @@
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="xpad">10</property>
- <property name="label" translatable="yes"><small><i>Short</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Short</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -215,8 +219,11 @@
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="xpad">10</property>
- <property name="label" translatable="yes"><small><i>Slow</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Slow</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="position">1</property>
@@ -275,8 +282,11 @@
<object class="GtkLabel" id="delay_long_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><small><i>Long</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Long</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -286,8 +296,11 @@
<object class="GtkLabel" id="repeat_fast_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><small><i>Fast</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Fast</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="position">1</property>
@@ -331,8 +344,10 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Cursor Blinking</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Cursor Blinking</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -402,8 +417,11 @@
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="xpad">10</property>
- <property name="label" translatable="yes"><small><i>Slow</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Slow</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -432,8 +450,11 @@
<object class="GtkLabel" id="blink_fast_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><small><i>Fast</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Fast</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -782,8 +803,10 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Sticky Keys</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Sticky Keys</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -865,8 +888,10 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Slow Keys</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Slow Keys</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -936,8 +961,11 @@
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="xpad">10</property>
- <property name="label" translatable="yes"><small><i>Short</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Short</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -966,8 +994,11 @@
<object class="GtkLabel" id="slowkeys_long_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><small><i>Long</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Long</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -1012,8 +1043,10 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Bounce Keys</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Bounce Keys</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -1082,8 +1115,11 @@
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="xpad">10</property>
- <property name="label" translatable="yes"><small><i>Short</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Short</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -1112,8 +1148,11 @@
<object class="GtkLabel" id="bouncekeys_long_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><small><i>Long</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Long</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -1247,9 +1286,12 @@
<object class="GtkLabel" id="mousekeys_slow_label2">
<property name="visible">True</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes"><small><i>Slow</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Slow</property>
<property name="justify">center</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">1</property>
@@ -1264,9 +1306,12 @@
<object class="GtkLabel" id="mousekeys_slow_label">
<property name="visible">True</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes"><small><i>Slow</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Slow</property>
<property name="justify">center</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">1</property>
@@ -1311,9 +1356,12 @@
<object class="GtkLabel" id="mousekeys_fast_label2">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><small><i>Fast</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Fast</property>
<property name="justify">center</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">3</property>
@@ -1328,9 +1376,12 @@
<object class="GtkLabel" id="mousekeys_fast_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><small><i>Fast</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Fast</property>
<property name="justify">center</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">3</property>
@@ -1389,9 +1440,12 @@
<object class="GtkLabel" id="mousekeys_short_label">
<property name="visible">True</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes"><small><i>Short</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Short</property>
<property name="justify">center</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">1</property>
@@ -1423,9 +1477,12 @@
<object class="GtkLabel" id="mousekeys_long_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><small><i>Long</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Long</property>
<property name="justify">center</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="left_attach">3</property>
@@ -1550,7 +1607,6 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">_Break interval lasts:</property>
- <property name="use_markup">True</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">break_interval_spin</property>
</object>
diff --git a/capplets/localization/localization.ui b/capplets/localization/localization.ui
index 352bda0..c8f2558 100644
--- a/capplets/localization/localization.ui
+++ b/capplets/localization/localization.ui
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<interface>
- <!-- interface-requires gtk+ 2.12 -->
+ <!-- interface-requires gtk+ 2.16 -->
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkDialog" id="i18n_dialog">
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
@@ -41,9 +41,11 @@
<property name="width_request">280</property>
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><i>Region and language changes take effect the next time you log in.</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Region and language changes take effect the next time you log in.</property>
<property name="wrap">True</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="position">1</property>
diff --git a/capplets/mouse/gnome-mouse-properties.ui b/capplets/mouse/gnome-mouse-properties.ui
index bddc50a..69284fd 100644
--- a/capplets/mouse/gnome-mouse-properties.ui
+++ b/capplets/mouse/gnome-mouse-properties.ui
@@ -90,8 +90,10 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Mouse Orientation</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Mouse Orientation</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -163,8 +165,10 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Locate Pointer</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Locate Pointer</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -208,8 +212,10 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Pointer Speed</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Pointer Speed</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -267,9 +273,12 @@
<object class="GtkLabel" id="acceleration_slow_label">
<property name="visible">True</property>
<property name="xalign">1</property>
- <property comments="slow acceleration" name="label" translatable="yes"><small><i>Slow</i></small></property>
- <property name="use_markup">True</property>
+ <property comments="slow acceleration" name="label" translatable="yes">Slow</property>
<property name="justify">center</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -293,9 +302,12 @@
<object class="GtkLabel" id="acceleration_fast_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property comments="fast acceleration" name="label" translatable="yes"><small><i>Fast</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" comments="fast acceleration" translatable="yes">Fast</property>
<property name="justify">center</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -317,9 +329,12 @@
<object class="GtkLabel" id="sensitivity_low_label">
<property name="visible">True</property>
<property name="xalign">1</property>
- <property comments="low sensitivity" name="label" translatable="yes"><small><i>Low</i></small></property>
- <property name="use_markup">True</property>
+ <property comments="low sensitivity" name="label" translatable="yes">Low</property>
<property name="justify">center</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -343,9 +358,12 @@
<object class="GtkLabel" id="sensitivity_high_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property comments="high sensitivity" name="label" translatable="yes"><small><i>High</i></small></property>
- <property name="use_markup">True</property>
+ <property comments="high sensitivity" name="label" translatable="yes">High</property>
<property name="justify">center</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -383,8 +401,10 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Drag and Drop</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Drag and Drop</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -429,9 +449,12 @@
<object class="GtkLabel" id="threshold_small_label">
<property name="visible">True</property>
<property name="xalign">1</property>
- <property comments="small threshold" name="label" translatable="yes"><small><i>Small</i></small></property>
- <property name="use_markup">True</property>
+ <property comments="small threshold" name="label" translatable="yes">Small</property>
<property name="justify">center</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -464,8 +487,11 @@
<object class="GtkLabel" id="threshold_large_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property comments="large threshold" name="label" translatable="yes"><small><i>Large</i></small></property>
- <property name="use_markup">True</property>
+ <property comments="large threshold" name="label" translatable="yes">Large</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -506,8 +532,10 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Double-Click Timeout</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Double-Click Timeout</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -552,8 +580,11 @@
<object class="GtkLabel" id="timeout_short_label">
<property name="visible">True</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes"><small><i>Short</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Short</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -585,8 +616,11 @@
<object class="GtkLabel" id="timeout_long_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><small><i>Long</i></small></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Long</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -615,9 +649,11 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><i>To test your double-click settings, try to double-click on the light bulb.</i></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">To test your double-click settings, try to double-click on the light bulb.</property>
<property name="wrap">True</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -687,8 +723,10 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Simulated Secondary Click</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Simulated Secondary Click</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -753,8 +791,11 @@
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0.4699999988079071</property>
- <property comments="short delay" name="label" translatable="yes"><small><i>Short</i></small></property>
- <property name="use_markup">True</property>
+ <property comments="short delay" name="label" translatable="yes">Short</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -786,8 +827,11 @@
<object class="GtkLabel" id="simulated_delay_long_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property comments="long delay" name="label" translatable="yes"><small><i>Long</i></small></property>
- <property name="use_markup">True</property>
+ <property comments="long delay" name="label" translatable="yes">Long</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -830,8 +874,10 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property comments="Dwell Click = Clicking without hardware buttons (by letting the pointer sit on the click target for a certain amount of time)" name="label" translatable="yes"><b>Dwell Click</b></property>
- <property name="use_markup">True</property>
+ <property comments="Dwell Click = Clicking without hardware buttons (by letting the pointer sit on the click target for a certain amount of time)" name="label" translatable="yes">Dwell Click</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
@@ -920,9 +966,12 @@
<object class="GtkLabel" id="dwell_delay_short_label">
<property name="visible">True</property>
<property name="xalign">1</property>
- <property comments="short delay" name="label" translatable="yes"><small><i>Short</i></small></property>
- <property name="use_markup">True</property>
+ <property comments="short delay" name="label" translatable="yes">Short</property>
<property name="justify">center</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -946,9 +995,12 @@
<object class="GtkLabel" id="dwell_delay_long_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property comments="long delay" name="label" translatable="yes"><small><i>Long</i></small></property>
- <property name="use_markup">True</property>
+ <property comments="long delay" name="label" translatable="yes">Long</property>
<property name="justify">center</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -970,9 +1022,12 @@
<object class="GtkLabel" id="dwell_threshold_small_label">
<property name="visible">True</property>
<property name="xalign">1</property>
- <property comments="small threshold" name="label" translatable="yes"><small><i>Small</i></small></property>
- <property name="use_markup">True</property>
+ <property comments="small threshold" name="label" translatable="yes">Small</property>
<property name="justify">center</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -996,9 +1051,12 @@
<object class="GtkLabel" id="dwell_threshold_large_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property comments="large threshold" name="label" translatable="yes"><small><i>Large</i></small></property>
- <property name="use_markup">True</property>
+ <property comments="large threshold" name="label" translatable="yes">Large</property>
<property name="justify">center</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ <attribute name="scale" value="0.83"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -1092,9 +1150,11 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
- <property comments="Dwell Click = Clicking without hardware buttons (by letting the pointer sit on the click target for a certain amount of time)" name="label" translatable="yes"><i>You can also use the Dwell Click panel applet to choose the click type.</i></property>
- <property name="use_markup">True</property>
+ <property comments="Dwell Click = Clicking without hardware buttons (by letting the pointer sit on the click target for a certain amount of time)" name="label" translatable="yes">You can also use the Dwell Click panel applet to choose the click type.</property>
<property name="wrap">True</property>
+ <attributes>
+ <attribute name="style" value="italic"/>
+ </attributes>
</object>
<packing>
<property name="position">1</property>
@@ -1331,8 +1391,10 @@
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes"><b>General</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">General</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -1439,8 +1501,10 @@
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes"><b>Scrolling</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Scrolling</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/capplets/network/gnome-network-properties.ui b/capplets/network/gnome-network-properties.ui
index 6a2978b..fb265ec 100644
--- a/capplets/network/gnome-network-properties.ui
+++ b/capplets/network/gnome-network-properties.ui
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<interface>
- <requires lib="gtk+" version="2.14"/>
+ <requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkDialog" id="network_dialog">
<property name="border_width">5</property>
@@ -58,12 +58,15 @@
<property name="spacing">18</property>
<child>
<object class="GtkRadioButton" id="none_radiobutton">
- <property name="label" translatable="yes"><b>Di_rect internet connection</b></property>
+ <property name="label" translatable="yes">Di_rect internet connection</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -81,13 +84,16 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="manual_radiobutton">
- <property name="label" translatable="yes"><b>_Manual proxy configuration</b></property>
+ <property name="label" translatable="yes">_Manual proxy configuration</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="group">none_radiobutton</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -426,13 +432,16 @@
<property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="auto_radiobutton">
- <property name="label" translatable="yes"><b>_Automatic proxy configuration</b></property>
+ <property name="label" translatable="yes">_Automatic proxy configuration</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="group">none_radiobutton</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -523,8 +532,10 @@
<object class="GtkLabel" id="label_ignore_host">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Ignore Host List</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Ignore Host List</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -743,12 +754,15 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="use_auth_checkbutton">
- <property name="label" translatable="yes"><b>_Use authentication</b></property>
+ <property name="label" translatable="yes">_Use authentication</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/capplets/windows/gnome-window-properties.ui b/capplets/windows/gnome-window-properties.ui
index 15ed9e2..dee6e1a 100644
--- a/capplets/windows/gnome-window-properties.ui
+++ b/capplets/windows/gnome-window-properties.ui
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<interface>
- <requires lib="gtk+" version="2.14"/>
+ <requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkDialog" id="main-dialog">
<property name="border_width">5</property>
@@ -25,8 +25,10 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Window Selection</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Window Selection</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -167,8 +169,10 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Titlebar Action</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Titlebar Action</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -247,8 +251,10 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Movement Key</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Movement Key</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]