diff options
author | Florent Revest <revestflo@gmail.com> | 2017-11-25 00:12:38 +0100 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2017-11-25 00:12:38 +0100 |
commit | 7d9833420965888a6e02160634e709e947a22db0 (patch) | |
tree | ffcea7a08c3256780ad767c20b58844600c6bca4 | |
parent | 40f4e17421f76967bb501fd49b48148d1915352f (diff) |
desktop.h: Use id based translations
-rw-r--r-- | i18n/asteroid-stopwatch.desktop.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n/asteroid-stopwatch.desktop.h b/i18n/asteroid-stopwatch.desktop.h index 8f642d6..f65208f 100644 --- a/i18n/asteroid-stopwatch.desktop.h +++ b/i18n/asteroid-stopwatch.desktop.h @@ -2,4 +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. */ -QObject::tr("Stopwatch"); +//% "Stopwatch" +qtTrId("id-app-launcher-name"); |