Created
August 18, 2014 14:22
-
-
Save klickreflex/6357638b4f3f44fd25d2 to your computer and use it in GitHub Desktop.
fixed typos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From ca58987b48dd563bb5f1743bcfed32da6b014c93 Mon Sep 17 00:00:00 2001 | |
From: Daniel Wentsch <[email protected]> | |
Date: Mon, 18 Aug 2014 16:19:59 +0200 | |
Subject: [PATCH] Added missing localization for File Downloads Suite default | |
values, fixed a typo | |
--- | |
sites/all/modules/contrib/ms_files/ms_files.module | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
diff --git a/sites/all/modules/contrib/ms_files/ms_files.module b/sites/all/modules/contrib/ms_files/ms_files.module | |
index a35897a..ea3a5bf 100644 | |
--- a/sites/all/modules/contrib/ms_files/ms_files.module | |
+++ b/sites/all/modules/contrib/ms_files/ms_files.module | |
@@ -1785,13 +1785,13 @@ Sincerely, | |
$form['email']['expired_mail_body'] = array( | |
'#type' => 'textarea', | |
'#title' => t('File Expired Email Body'), | |
- '#description' => ("The email that is sent to the user when a file download has expired. Leave blank to not send an email."), | |
+ '#description' => t("The email that is sent to the user when a file download has expired. Leave blank to not send an email."), | |
'#required' => FALSE, | |
'#default_value' => t("Dear [ms_core_order:customerName], | |
Your [ms_file_download:fileTitle] file has expired or been cancelled. To reorder, please visit [site:url]. | |
Sincerely, | |
-[site:name])", | |
+[site:name]"), | |
); | |
$form['email']['expired_mail_token_help'] = array( | |
'#title' => t('Replacement patterns'), | |
-- | |
1.8.5.2 (Apple Git-48)+GitX |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment