diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-03-31 18:12:04 +0200 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-03-31 18:12:04 +0200 |
commit | cadbb1b71a1b3ec9662354c106aba153339b37b3 (patch) | |
tree | 5f00e11d1c2cd454723f0b5aac46a0125d93cea8 /lib | |
parent | c9ec3f1fcd4a2ea50f8e800785a8628f09eee383 (diff) | |
download | abrt-cadbb1b71a1b3ec9662354c106aba153339b37b3.tar.gz abrt-cadbb1b71a1b3ec9662354c106aba153339b37b3.tar.xz abrt-cadbb1b71a1b3ec9662354c106aba153339b37b3.zip |
minor gui fixes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Plugins/Bugzilla.GTKBuilder | 7 |
1 files changed, 4 insertions, 3 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 <a href="https://bugzilla.redhat.com/createaccount.cgi">here</a></property> + <property name="use_markup">True</property> <property name="selectable">True</property> </object> <packing> |