diff options
-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"); |