From fe0e51171139c1b6577b4b47cc59ef4d113d435b Mon Sep 17 00:00:00 2001 From: MagneFire Date: Wed, 11 Aug 2021 09:07:37 +0200 Subject: i18n: Use correct string for app name. Desktop file generation failed due to a missing quote. This fixes this minor issue. --- i18n/asteroid-helloworld.desktop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3-54-g00ecf