summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-03-31 18:12:04 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-03-31 18:12:04 +0200
commitcadbb1b71a1b3ec9662354c106aba153339b37b3 (patch)
tree5f00e11d1c2cd454723f0b5aac46a0125d93cea8
parentc9ec3f1fcd4a2ea50f8e800785a8628f09eee383 (diff)
downloadabrt-cadbb1b71a1b3ec9662354c106aba153339b37b3.tar.gz
abrt-cadbb1b71a1b3ec9662354c106aba153339b37b3.tar.xz
abrt-cadbb1b71a1b3ec9662354c106aba153339b37b3.zip
minor gui fixes
-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>