diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-10-16 19:09:25 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-10-16 19:09:25 -0700 |
commit | 41c2ab0c2451ea00d1236bc31f13ee7c2da97c3a (patch) | |
tree | fa1dda191117d08b4196138248eb5ed97cbdc14b /app/Locale/my_MY | |
parent | 914b40b4afcfd309eed4044ea93a52ba636e90e7 (diff) |
Add tooltip to subtask icons
Diffstat (limited to 'app/Locale/my_MY')
-rw-r--r-- | app/Locale/my_MY/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php index 86e92360..e275d15c 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -1341,4 +1341,7 @@ return array( // 'Create another link' => '', // 'BRL - Brazilian Real' => '', // 'Add a new Kanboard task' => '', + // 'Subtask not started' => '', + // 'Subtask currently in progress' => '', + // 'Subtask completed' => '', ); |