diff options
Diffstat (limited to 'MODULE_HACKING')
-rw-r--r-- | MODULE_HACKING | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MODULE_HACKING b/MODULE_HACKING index bf1ff17f..aaee7cb0 100644 --- a/MODULE_HACKING +++ b/MODULE_HACKING @@ -103,13 +103,13 @@ Layout can change in future though. Let's see an example of a category configuration <category> - <title>Hardware</title> + <title xml:lang="en">Hardware</title> <icon>/usr/share/icons/configuration_section.png</icon> <module> <class>ManaTools::Module::Services</class> </module> <module> - <title>Module name</title> + <title xml:lang="en">Module name</title> <launcher>PATH/to/lunch/module</launcher> <icon>absolute/paht/to/module/icon</icon> </module> |