diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-26 18:10:00 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-26 18:10:00 -0400 |
commit | 53f4b410088258cf76162543909db025ecb62656 (patch) | |
tree | 20d23ae925887807edbc1e08a8b2dd4dcb318bb5 /app/Locale/fi_FI/translations.php | |
parent | 1fca5e721ab63d4d49e068331aee90abb111dbc2 (diff) |
Add the possibility to set/unset max column height (scrolling)
Diffstat (limited to 'app/Locale/fi_FI/translations.php')
-rw-r--r-- | app/Locale/fi_FI/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index 8b097f34..3dc02236 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -1016,4 +1016,6 @@ return array( // 'Version' => '', // 'Plugins' => '', // 'There is no plugin loaded.' => '', + // 'Set maximum column height' => '', + // 'Remove maximum column height' => '', ); |