From 8f52a68526165ba0cf1366b9adf4f8bb2ef24ccc Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 13:10:13 +0200 Subject: [PATCH] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index fc5fa384fe..e5f41c3191 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -136,7 +136,7 @@ return [ 'all_transfer' => 'Tous les transferts', 'all_journals_for_tag' => 'Toutes les transactions pour le tag ":tag"', 'title_transfer_between' => 'Tous les transferts entre :start et :end', - 'all_journals_for_category' => 'All transactions for category :name', + 'all_journals_for_category' => 'Toutes les transactions pour la catégorie :name', 'all_journals_for_budget' => 'All transactions for budget :name', 'chart_all_journals_for_budget' => 'Chart of all transactions for budget :name', 'journals_in_period_for_category' => 'All transactions for category :name between :start and :end',