summaryrefslogtreecommitdiff
path: root/lib/settings.ui
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-07-31 18:00:56 +0200
committerBastien Nocera <hadess@hadess.net>2015-07-31 18:08:47 +0200
commit231bb6ba015ef32d24ac8d028b10b9081b5b3e8f (patch)
tree2daa654aeadd9412b8386b07f419f613aa88ac7d /lib/settings.ui
parentdc0330cc066332409c70019dbe48f358db547c48 (diff)
downloadgnome-bluetooth-231bb6ba015ef32d24ac8d028b10b9081b5b3e8f.tar.gz
settings: Align the explanation text with the devices list
https://bugzilla.gnome.org/show_bug.cgi?id=753103
Diffstat (limited to 'lib/settings.ui')
-rw-r--r--lib/settings.ui9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/settings.ui b/lib/settings.ui
index 3c2b5dce..f46cd3f5 100644
--- a/lib/settings.ui
+++ b/lib/settings.ui
@@ -379,15 +379,18 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel" id="explanation-label">
+ <property name="width_request">470</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">center</property>
<property name="margin_top">16</property>
<property name="margin_bottom">8</property>
- <property name="label">Visible as "Foobar" and available for Bluetooth file transfers. Transferred files are placed in the Downloads folder.</property>
+ <property name="label">Visible as “Bastien's computer” and available for Bluetooth file transfers. Transferred files are placed in the &lt;a href="http://www.gnome.org"&gt;Downloads&lt;/a&gt; folder.</property>
+ <property name="use_markup">True</property>
+ <property name="justify">fill</property>
<property name="wrap">True</property>
- <property name="width_chars">50</property>
- <property name="max_width_chars">50</property>
+ <property name="width_chars">25</property>
+ <property name="max_width_chars">25</property>
</object>
<packing>
<property name="expand">False</property>