[qet] [1703] Fixed a missing closing tag. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 1703
Author: xavier
Date: 2012-04-28 23:45:24 +0200 (Sat, 28 Apr 2012)
Log Message:
-----------
Fixed a missing closing tag.
Modified Paths:
--------------
branches/0.3/sources/aboutqet.cpp
Modified: branches/0.3/sources/aboutqet.cpp
===================================================================
--- branches/0.3/sources/aboutqet.cpp 2012-04-28 21:45:21 UTC (rev 1702)
+++ branches/0.3/sources/aboutqet.cpp 2012-04-28 21:45:24 UTC (rev 1703)
@@ -90,7 +90,7 @@
"<br><br>"
"<a href=\"http://qelectrotech.org/\">http://qelectrotech.org/</a>"
"<br><br>" +
- tr("Contact\240: <a href=\"mailto:qet@xxxxxxxxxxxxxxxxxxx\">qet@xxxxxxxxxxxxxxxxxxx", "about tab, contact line")
+ tr("Contact\240: <a href=\"mailto:qet@xxxxxxxxxxxxxxxxxxx\">qet@xxxxxxxxxxxxxxxxxxx</a>", "about tab, contact line")
);
about -> setAlignment(Qt::AlignCenter);
about -> setOpenExternalLinks(true);