From 3644b1f5c777dbcc700399d749a21d0dab3ef06a Mon Sep 17 00:00:00 2001 From: Alexey Andreyev Date: Thu, 26 Sep 2019 00:17:55 +0300 Subject: Fix HTML links font color to default --- src/configdialog.ui | 2 +- src/mainwindow.ui | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/configdialog.ui b/src/configdialog.ui index 93baf53e..f7304b70 100644 --- a/src/configdialog.ui +++ b/src/configdialog.ui @@ -764,7 +764,7 @@ - <html><head/><body><p><a href="https://www.passwordstore.org/"><span style=" text-decoration: underline; color:#0000ff;">www.passwordstore.org</span></a></p></body></html> + <html><head/><body><p><a href="https://www.passwordstore.org/"><span style=" text-decoration: underline;">www.passwordstore.org</span></a></p></body></html> true diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 9805307d..117cb7a6 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -250,10 +250,10 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'.SF NS Text'; font-size:13pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lato';">QtPass</span> is a GUI for <a href="https://www.passwordstore.org/"><span style=" text-decoration: underline; color:#0000ff;">pass</span></a>, the standard unix password manager.<br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Please report any <a href="https://github.com/IJHack/qtpass/issues"><span style=" text-decoration: underline; color:#0000ff;">issues</span></a> you might have with this software.</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://qtpass.org/"><span style=" text-decoration: underline; color:#0000ff;">Documentation</span></a></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://github.com/IJHack/qtpass"><span style=" text-decoration: underline; color:#0000ff;">SourceCode</span></a></p></body></html> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lato';">QtPass</span> is a GUI for <a href="https://www.passwordstore.org/"><span style=" text-decoration: underline;">pass</span></a>, the standard unix password manager.<br /></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Please report any <a href="https://github.com/IJHack/qtpass/issues"><span style=" text-decoration: underline;">issues</span></a> you might have with this software.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://qtpass.org/"><span style=" text-decoration: underline;">Documentation</span></a></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://github.com/IJHack/qtpass"><span style=" text-decoration: underline;">SourceCode</span></a></p></body></html> true -- cgit v1.2.3 From 29e65d7208da068ffe5169e7b530f990eb7da312 Mon Sep 17 00:00:00 2001 From: Alexey Andreyev Date: Thu, 26 Sep 2019 00:32:35 +0300 Subject: Fix qm translations resources list --- resources.qrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources.qrc b/resources.qrc index 8f4a80e7..17a3d719 100644 --- a/resources.qrc +++ b/resources.qrc @@ -10,7 +10,8 @@ localization/localization_es_ES.qm localization/localization_gl_ES.qm localization/localization_hu_HU.qm - localization/localization_nl.qm + localization/localization_nl_BE.qm + localization/localization_nl_NL.qm localization/localization_sv_SE.qm localization/localization_pl_PL.qm localization/localization_ru_RU.qm -- cgit v1.2.3