From a62aae16e9e758a5fcf75f8a7704a03608de4dfc Mon Sep 17 00:00:00 2001 From: Elias Probst Date: Tue, 16 Feb 2016 12:19:53 +0100 Subject: [PATCH] Improve purpose description of isocodes package in digital-clock applet --- applets/digital-clock/plugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applets/digital-clock/plugin/CMakeLists.txt b/applets/digital-clock/plugin/CMakeLists.txt index 777e988f7..53478ef19 100644 --- a/applets/digital-clock/plugin/CMakeLists.txt +++ b/applets/digital-clock/plugin/CMakeLists.txt @@ -3,7 +3,7 @@ add_definitions(-DTRANSLATION_DOMAIN=\"plasma_applet_org.kde.plasma.digitalclock find_package(IsoCodes) set_package_properties(IsoCodes PROPERTIES DESCRIPTION "ISO language, territory, currency, script codes and their translations" URL "http://pkg-isocodes.alioth.debian.org/" - PURPOSE "Translation of country names in digital applet" + PURPOSE "Translation of country names in digital clock applet" TYPE RUNTIME )