From 4a746881e3d9b14ebf0d330707d9810f2956af51 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 23 Jul 2017 09:50:20 +0200 Subject: [PATCH] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 9f2165a553..c0de54bff1 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -263,7 +263,7 @@ return [ 'execute' => 'Execute', 'apply_rule_group_selection' => 'Apply rule group ":title" to a selection of your transactions', 'apply_rule_group_selection_intro' => 'Rule groups like ":title" are normally only applied to new or updated transactions, but you can tell Firefly III to run all the rules in this group on a selection of your existing transactions. This can be useful when you have updated a group of rules and you need the changes to be applied to all of your other transactions.', - 'applied_rule_group_selection' => 'Rule ":title" has been applied to your selection.', + 'applied_rule_group_selection' => 'Rule group ":title" has been applied to your selection.', // actions and triggers 'rule_trigger_user_action' => 'User action is ":trigger_value"',