summaryrefslogtreecommitdiff
path: root/i18n/asteroid-helloworld.desktop.h
diff options
context:
space:
mode:
authorMagneFire <IDaNLContact@gmail.com>2021-08-11 09:07:37 +0200
committerMagneFire <IDaNLContact@gmail.com>2021-08-11 09:07:37 +0200
commitfe0e51171139c1b6577b4b47cc59ef4d113d435b (patch)
tree74cf86b112fc10269825d0284b7f7ff780bb4edc /i18n/asteroid-helloworld.desktop.h
parentd27c5917dd12f6dffebcb9ebdb24159217e030c0 (diff)
i18n: Use correct string for app name.
Desktop file generation failed due to a missing quote. This fixes this minor issue.
Diffstat (limited to 'i18n/asteroid-helloworld.desktop.h')
-rw-r--r--i18n/asteroid-helloworld.desktop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/asteroid-helloworld.desktop.h b/i18n/asteroid-helloworld.desktop.h
index d9a8b02..f5e8875 100644
--- a/i18n/asteroid-helloworld.desktop.h
+++ b/i18n/asteroid-helloworld.desktop.h
@@ -2,5 +2,5 @@
* will be integrated to i18n/.ts files, translated on Weblate and then merged
* back with the .desktop.template file into a single .desktop file. */
-//% "Hello World App
+//% "Hello World App"
qtTrId("id-app-launcher-name");