[nemiver] Remove markup from translatable string
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver] Remove markup from translatable string
- Date: Sun, 24 Feb 2013 22:45:13 +0000 (UTC)
commit 824885f54efeddb6498fd481ca5822f6cd10b13d
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sun Feb 24 23:43:48 2013 +0100
Remove markup from translatable string
src/persp/dbgperspective/ui/preferencesdialog.ui | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/persp/dbgperspective/ui/preferencesdialog.ui
b/src/persp/dbgperspective/ui/preferencesdialog.ui
index fa80a3f..c77f26a 100644
--- a/src/persp/dbgperspective/ui/preferencesdialog.ui
+++ b/src/persp/dbgperspective/ui/preferencesdialog.ui
@@ -558,8 +558,10 @@
<object class="GtkLabel" id="label21">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Local
variables</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Local variables</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]