[nemiver] Remove markup from translatable strings
- From: Piotr DrÄg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver] Remove markup from translatable strings
- Date: Wed, 16 May 2012 17:27:29 +0000 (UTC)
commit acfa4625c17d7efaadb29eb12fc4b9574a142430
Author: Piotr DrÄg <piotrdrag gmail com>
Date: Wed May 16 19:27:08 2012 +0200
Remove markup from translatable strings
src/persp/dbgperspective/ui/callfunctiondialog.ui | 6 +-
.../dbgperspective/ui/chooseoverloadsdialog.ui | 6 +-
src/persp/dbgperspective/ui/findtextdialog.ui | 12 ++-
src/persp/dbgperspective/ui/loadcoredialog.ui | 12 ++-
src/persp/dbgperspective/ui/openfiledialog.ui | 6 +-
src/persp/dbgperspective/ui/preferencesdialog.ui | 72 +++++++++++++-------
src/persp/dbgperspective/ui/proclistdialog.ui | 6 +-
src/persp/dbgperspective/ui/remotetargetdialog.ui | 18 +++--
src/persp/dbgperspective/ui/runprogramdialog.ui | 24 +++++--
src/persp/dbgperspective/ui/savedsessionsdialog.ui | 6 +-
src/persp/dbgperspective/ui/setbreakpointdialog.ui | 6 +-
src/persp/dbgperspective/ui/setjumptodialog.ui | 6 +-
src/persp/dbgperspective/ui/watchpointdialog.ui | 6 +-
ui/locatefiledialog.ui | 7 +-
14 files changed, 128 insertions(+), 65 deletions(-)
---
diff --git a/src/persp/dbgperspective/ui/callfunctiondialog.ui b/src/persp/dbgperspective/ui/callfunctiondialog.ui
index d55b043..16517b9 100644
--- a/src/persp/dbgperspective/ui/callfunctiondialog.ui
+++ b/src/persp/dbgperspective/ui/callfunctiondialog.ui
@@ -24,8 +24,10 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Call a function:</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Call a function:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/src/persp/dbgperspective/ui/chooseoverloadsdialog.ui b/src/persp/dbgperspective/ui/chooseoverloadsdialog.ui
index 330ad5c..902270a 100644
--- a/src/persp/dbgperspective/ui/chooseoverloadsdialog.ui
+++ b/src/persp/dbgperspective/ui/chooseoverloadsdialog.ui
@@ -25,8 +25,10 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Choose Overloaded Function</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Choose Overloaded Function</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/src/persp/dbgperspective/ui/findtextdialog.ui b/src/persp/dbgperspective/ui/findtextdialog.ui
index 5157da5..18980da 100644
--- a/src/persp/dbgperspective/ui/findtextdialog.ui
+++ b/src/persp/dbgperspective/ui/findtextdialog.ui
@@ -74,8 +74,10 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Match Options:</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Match Options:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="x_options">GTK_FILL</property>
@@ -138,8 +140,10 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Cycling Options:</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Cycling Options:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="x_options">GTK_FILL</property>
diff --git a/src/persp/dbgperspective/ui/loadcoredialog.ui b/src/persp/dbgperspective/ui/loadcoredialog.ui
index 59df890..dbb9005 100644
--- a/src/persp/dbgperspective/ui/loadcoredialog.ui
+++ b/src/persp/dbgperspective/ui/loadcoredialog.ui
@@ -39,8 +39,10 @@
<child type="label">
<object class="GtkLabel" id="label_corefile">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Core File:</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Core File:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -68,8 +70,10 @@
<child type="label">
<object class="GtkLabel" id="label_executable">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Executable:</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Executable:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
diff --git a/src/persp/dbgperspective/ui/openfiledialog.ui b/src/persp/dbgperspective/ui/openfiledialog.ui
index a878cf0..a512db5 100644
--- a/src/persp/dbgperspective/ui/openfiledialog.ui
+++ b/src/persp/dbgperspective/ui/openfiledialog.ui
@@ -70,8 +70,10 @@
<child type="label">
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Choose Source Files to Open</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Choose Source Files to Open</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
diff --git a/src/persp/dbgperspective/ui/preferencesdialog.ui b/src/persp/dbgperspective/ui/preferencesdialog.ui
index a4f60ac..b01f947 100644
--- a/src/persp/dbgperspective/ui/preferencesdialog.ui
+++ b/src/persp/dbgperspective/ui/preferencesdialog.ui
@@ -134,8 +134,10 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Editor Font</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Editor Font</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -169,8 +171,10 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Visual Style</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Visual Style</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -210,8 +214,10 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Line Numbers</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Line Numbers</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -250,8 +256,10 @@
<object class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Terminal</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Terminal</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -367,8 +375,10 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>File Monitoring</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">File Monitoring</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -408,8 +418,10 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Syntax Highlighting</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Syntax Highlighting</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -590,8 +602,10 @@
<object class="GtkLabel" id="label12">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Assembly style</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Assembly style</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -629,8 +643,10 @@
<object class="GtkLabel" id="label18">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Assembly flavor</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Assembly flavor</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -691,8 +707,10 @@
<object class="GtkLabel" id="label15">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>GDB Binary</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">GDB Binary</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -754,8 +772,10 @@
<object class="GtkLabel" id="label13">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>Instructions</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Instructions</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -794,8 +814,10 @@
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>GDB Pretty Printing</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">GDB Pretty Printing</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -862,8 +884,10 @@
<object class="GtkLabel" id="label17">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"><b>GDB Follow Fork Mode</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">GDB Follow Fork Mode</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
diff --git a/src/persp/dbgperspective/ui/proclistdialog.ui b/src/persp/dbgperspective/ui/proclistdialog.ui
index ab6372b..7e06f97 100644
--- a/src/persp/dbgperspective/ui/proclistdialog.ui
+++ b/src/persp/dbgperspective/ui/proclistdialog.ui
@@ -23,8 +23,10 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Choose a Process to Debug</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Choose a Process to Debug</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/src/persp/dbgperspective/ui/remotetargetdialog.ui b/src/persp/dbgperspective/ui/remotetargetdialog.ui
index cb4ad2f..39b297d 100644
--- a/src/persp/dbgperspective/ui/remotetargetdialog.ui
+++ b/src/persp/dbgperspective/ui/remotetargetdialog.ui
@@ -25,9 +25,11 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Executable to Load</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Executable to Load</property>
<property name="single_line_mode">True</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -55,9 +57,11 @@
<object class="GtkLabel" id="solibprefixlabesolibprefixlabel">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Shared Libraries Location</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Shared Libraries Location</property>
<property name="single_line_mode">True</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -86,8 +90,10 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Remote Debugging Server</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Remote Debugging Server</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/src/persp/dbgperspective/ui/runprogramdialog.ui b/src/persp/dbgperspective/ui/runprogramdialog.ui
index 167b505..22928ed 100644
--- a/src/persp/dbgperspective/ui/runprogramdialog.ui
+++ b/src/persp/dbgperspective/ui/runprogramdialog.ui
@@ -38,8 +38,10 @@
<child type="label">
<object class="GtkLabel" id="label_program">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Program:</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Program:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -67,8 +69,10 @@
<child type="label">
<object class="GtkLabel" id="label_arguments">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Arguments:</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Arguments:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -98,8 +102,10 @@
<child type="label">
<object class="GtkLabel" id="label_workingdir">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Working Directory:</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Working Directory:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
@@ -256,8 +262,10 @@
<child type="label">
<object class="GtkLabel" id="label_environment">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Environment Variables:</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Environment Variables:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
</child>
</object>
diff --git a/src/persp/dbgperspective/ui/savedsessionsdialog.ui b/src/persp/dbgperspective/ui/savedsessionsdialog.ui
index 84cdc99..f4b6431 100644
--- a/src/persp/dbgperspective/ui/savedsessionsdialog.ui
+++ b/src/persp/dbgperspective/ui/savedsessionsdialog.ui
@@ -106,8 +106,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Choose a Session to Debug</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Choose a Session to Debug</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/src/persp/dbgperspective/ui/setbreakpointdialog.ui b/src/persp/dbgperspective/ui/setbreakpointdialog.ui
index fc7e6eb..a248681 100644
--- a/src/persp/dbgperspective/ui/setbreakpointdialog.ui
+++ b/src/persp/dbgperspective/ui/setbreakpointdialog.ui
@@ -24,8 +24,10 @@
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Set a Breakpoint:</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Set a Breakpoint:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/src/persp/dbgperspective/ui/setjumptodialog.ui b/src/persp/dbgperspective/ui/setjumptodialog.ui
index 09d4ad5..7a842db 100644
--- a/src/persp/dbgperspective/ui/setjumptodialog.ui
+++ b/src/persp/dbgperspective/ui/setjumptodialog.ui
@@ -23,8 +23,10 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Jump to location:</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Jump to location:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/src/persp/dbgperspective/ui/watchpointdialog.ui b/src/persp/dbgperspective/ui/watchpointdialog.ui
index 7ac5b2e..8d22dd4 100644
--- a/src/persp/dbgperspective/ui/watchpointdialog.ui
+++ b/src/persp/dbgperspective/ui/watchpointdialog.ui
@@ -23,8 +23,10 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Set a watchpoint:</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Set a watchpoint:</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="position">0</property>
diff --git a/ui/locatefiledialog.ui b/ui/locatefiledialog.ui
index b7741f1..e6b85c7 100644
--- a/ui/locatefiledialog.ui
+++ b/ui/locatefiledialog.ui
@@ -21,8 +21,10 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Locate File</b></property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">Locate File</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -35,7 +37,6 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label">Nemiver cannot locate the following file:</property>
- <property name="use_markup">True</property>
</object>
<packing>
<property name="expand">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]