summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Plugins/Bugzilla.GTKBuilder7
-rw-r--r--src/Gui/report.glade31
2 files changed, 30 insertions, 8 deletions
diff --git a/lib/Plugins/Bugzilla.GTKBuilder b/lib/Plugins/Bugzilla.GTKBuilder
index abb55578..a071bd7b 100644
--- a/lib/Plugins/Bugzilla.GTKBuilder
+++ b/lib/Plugins/Bugzilla.GTKBuilder
@@ -46,7 +46,7 @@
<object class="GtkLabel" id="lLogin">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Login:</property>
+ <property name="label" translatable="yes">Login(email):</property>
</object>
<packing>
<property name="top_attach">1</property>
@@ -172,7 +172,7 @@
<property name="can_focus">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label" translatable="yes">Don't have an account yet? You can register at</property>
+ <property name="label" translatable="yes">Don't have an account yet?</property>
<property name="use_markup">True</property>
</object>
<packing>
@@ -183,7 +183,8 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="xpad">5</property>
- <property name="label" translatable="yes">https://bugzilla.redhat.com/createaccount.cgi</property>
+ <property name="label" translatable="yes">You can create it &lt;a href="https://bugzilla.redhat.com/createaccount.cgi"&gt;here&lt;/a&gt;</property>
+ <property name="use_markup">True</property>
<property name="selectable">True</property>
</object>
<packing>
diff --git a/src/Gui/report.glade b/src/Gui/report.glade
index 447e71f1..65206798 100644
--- a/src/Gui/report.glade
+++ b/src/Gui/report.glade
@@ -324,12 +324,33 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="cbSendBacktrace">
- <property name="label" translatable="yes">I checked backtrace and removed sensitive data (passwords, etc)</property>
+ <object class="GtkHBox" id="hbox3">
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="draw_indicator">True</property>
+ <child>
+ <object class="GtkCheckButton" id="cbSendBacktrace">
+ <property name="label" translatable="yes">I checked backtrace and removed sensitive data (passwords, etc)</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkAlignment" id="alignment10">
+ <property name="visible">True</property>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">False</property>