Put link inside tags to avoid trailing "." in URL

Bug #1557007 reported by scootergrisen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Inkscape
Confirmed
Wishlist
Unassigned

Bug Description

In the translation file i found:
#: ../share/extensions/export_gimp_palette.py:16
msgid ""
"The export_gpl.py module requires PyXML. Please download the latest version "
"from http://pyxml.sourceforge.net/."

Maybe the URL should be inside some link tags or something so the trailing "." does not become part of the URL.

Like:
"The export_gpl.py module requires PyXML. Please download the latest version "
"from <link>http://pyxml.sourceforge.net/</link>."

Or what ever will make it a link.

Also there is a double space in "PyXML. Please" that could be changed to just one space.

jazzynico (jazzynico)
tags: added: extensions-plugins ui
Revision history for this message
jazzynico (jazzynico) wrote :

The current error dialog only support raw text.
It would indeed be nice if we could write messages with HTML tags.

Changed in inkscape:
importance: Undecided → Wishlist
status: New → Confirmed
Revision history for this message
jazzynico (jazzynico) wrote :

Unfortunately the current implementation uses a Gtk:TextView that doesn't support markups (if I understand correctly). So we need to replace it with a scrollable Gtk Widget (or a set of widgets) that supports markups.
Could a Gtk expert advise?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.