Skip to content

Commit

Permalink
Merge branch 'l10nitpick' into 'master'
Browse files Browse the repository at this point in the history
Cleanup trailing space from l10n

See merge request mer-core/fingerterm!34
  • Loading branch information
pvuorela committed Feb 26, 2021
2 parents d58150f + 599eda6 commit c231b22
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 c231b22

Please sign in to comment.