Skip to content

Commit

Permalink
[fingerterm] Cleanup trailing space from l10n. JB#53018
Browse files Browse the repository at this point in the history
Signed-off-by: Simonas Leleiva <simonas.leleiva@jolla.com>
  • Loading branch information
sledges committed Feb 25, 2021
1 parent d58150f commit 599eda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qml/Main.qml
Expand Up @@ -315,7 +315,7 @@ Item {
text: {
//% "Fingerterm"
var title = qsTrId("fingerterm-about_la_fingerterm")
//% "Author: "
//% "Author:"
var author = qsTrId("fingerterm-about_la_author")
//% "Config files for adjusting settings are at:"
var configFiles = qsTrId("fingerterm-about_la_config-files-location")
Expand All @@ -331,7 +331,7 @@ Item {

var str = "<font size=\"+3\">" + title + " " + util.versionString() + "</font><br>\n" +
"<font size=\"+1\">" +
author + "Heikki Holstila &lt;<a href=\"mailto:heikki.holstila@gmail.com?subject=FingerTerm\">heikki.holstila@gmail.com</a>&gt;<br><br>\n\n" +
author + " Heikki Holstila &lt;<a href=\"mailto:heikki.holstila@gmail.com?subject=FingerTerm\">heikki.holstila@gmail.com</a>&gt;<br><br>\n\n" +
configFiles + "<br>\n" +
util.configPath() + "/<br><br>\n" +
sourceCode + "<br>\n<a href=\"https://git.merproject.org/mer-core/fingerterm/\">https://git.merproject.org/mer-core/fingerterm/</a>"
Expand Down

0 comments on commit 599eda6

Please sign in to comment.