From 834db4d02f177bd1152bea61fa4c0bcd7ec99a39 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 9 Sep 2017 21:52:12 +0200 Subject: [PATCH] New sentence for journal links. --- resources/lang/en_US/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index ba6332c0cb..a823067ec7 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -910,6 +910,7 @@ return [ 'comments' => 'Comments', 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', + 'invalid_link_selection' => 'Cannot link these transactions', 'journals_linked' => 'Transactions are linked.', 'journals_error_linked' => 'These transactions are already linked.', 'journal_links' => 'Transaction links',