From a8af0fa67881861a90586927126cb46a020cdb5c Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 3 Nov 2019 07:00:18 +0100 Subject: [PATCH] Remove "v" markers from translations. --- resources/lang/en_US/firefly.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 514a747afa..47c7b72bba 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -224,11 +224,11 @@ return [ 'admin_update_check_now_title' => 'Check for updates now', 'admin_update_check_now_explain' => 'If you press the button, Firefly III will see if your current version is the latest.', 'check_for_updates_button' => 'Check now!', - 'update_new_version_alert' => 'A new version of Firefly III is available. You are running v:your_version, the latest version is v:new_version which was released on :date.', + 'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.', 'update_version_beta' => 'This version is a BETA version. You may run into issues.', 'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.', - 'update_current_version_alert' => 'You are running v:version, which is the latest available release.', - 'update_newer_version_alert' => 'You are running v:your_version, which is newer than the latest release, v:new_version.', + 'update_current_version_alert' => 'You are running :version, which is the latest available release.', + 'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.', 'update_check_error' => 'An error occurred while checking for updates. Please view the log files.', 'admin_update_channel_title' => 'Update channel', 'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',