From d0e0054b00395f30bb2450ae4dc4e3956f09d128 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 31 Jan 2018 14:02:04 +0100 Subject: [PATCH] Correct errors in English sentences. [skip ci] --- resources/lang/en_US/firefly.php | 2 +- resources/lang/en_US/form.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 5e41772e02..824e7f6f71 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -1127,7 +1127,7 @@ return [ // import index page: 'import_index_title' => 'Import data into Firefly III', 'import_index_sub_title' => 'Index', - 'import_general_index_intro' => 'Welcome to Firefly\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.', + 'import_general_index_intro' => 'Welcome to Firefly III\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.', // sandstorm.io errors and messages: 'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.', diff --git a/resources/lang/en_US/form.php b/resources/lang/en_US/form.php index 0032a58c3a..fda485df3f 100644 --- a/resources/lang/en_US/form.php +++ b/resources/lang/en_US/form.php @@ -158,7 +158,7 @@ return [ 'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?', 'journal_link_areYouSure' => 'Are you sure you want to delete the link between :source and :destination?', 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', - 'permDeleteWarning' => 'Deleting stuff from Firely is permanent and cannot be undone.', + 'permDeleteWarning' => 'Deleting stuff from Firefly III is permanent and cannot be undone.', 'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.', 'delete_all_permanently' => 'Delete selected permanently', 'update_all_journals' => 'Update these transactions',