update DP

update aw-kde4
This commit is contained in:
arcan1s
2015-02-08 12:57:25 +03:00
parent 6e27717dc8
commit 16d7d2bc20
15 changed files with 797 additions and 689 deletions

View File

@ -34,9 +34,15 @@ ConfigModel {
}
ConfigCategory {
name: i18n("Appearance")
name: i18n("Active desktop")
icon: "preferences-desktop-theme"
source: "appearance.qml"
source: "activeapp.qml"
}
ConfigCategory {
name: i18n("Inactive desktop")
icon: "preferences-desktop-theme"
source: "inactiveapp.qml"
}
ConfigCategory {

View File

@ -8,7 +8,7 @@
<group name="Widget">
<!-- widget -->
<entry name="text" type="string">
<default>[$fullmark$number/$total: $name]</default>
<default>[$mark$number/$total: $name]</default>
</entry>
</group>