From c2f1cc8f7419fe4eb5e9bd5e6ce05d90e719be17 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 8 Oct 2016 09:58:11 -0400 Subject: Restrict task complexity to a specific range to avoid integer overflow --- app/Locale/pt_PT/translations.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Locale/pt_PT/translations.php') diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 655285b9..073a68c5 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1276,4 +1276,5 @@ return array( 'Duplicate to multiple projects' => 'Duplicar para vários projetos', 'This field is required' => 'Este campo é obrigatório', // 'Moving a task is not permitted' => '', + // 'This value must be in the range %d to %d' => '', ); -- cgit v1.2.3