diff options
author | MagneFire <IDaNLContact@gmail.com> | 2021-08-11 09:07:37 +0200 |
---|---|---|
committer | MagneFire <IDaNLContact@gmail.com> | 2021-08-11 09:07:37 +0200 |
commit | fe0e51171139c1b6577b4b47cc59ef4d113d435b (patch) | |
tree | 74cf86b112fc10269825d0284b7f7ff780bb4edc | |
parent | d27c5917dd12f6dffebcb9ebdb24159217e030c0 (diff) |
i18n: Use correct string for app name.
Desktop file generation failed due to a missing quote.
This fixes this minor issue.
-rw-r--r-- | i18n/asteroid-helloworld.desktop.h | 2 |
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"); |