diff options
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> |