Completed
Push — master ( bb1ebf...0d7d1b )
by Michael
02:07
created
language/english/modinfo.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
 define('_MI_SF_REQUESTINTROMSG', 'Request introduction message:');
115 115
 define('_MI_SF_REQUESTINTROMSGDSC', 'Introduction message to be displayed in the Request a Q&A page of the module.');
116 116
 define('_MI_SF_REQUESTINTROMSGDEF',
117
-       'You did not find the answer to the question you were looking for? No problem! Simply fill the following form in order to request the answer for a new question. The site administrator will review your request and publish this new question in the Open Questions section for someone to answer it!');
117
+        'You did not find the answer to the question you were looking for? No problem! Simply fill the following form in order to request the answer for a new question. The site administrator will review your request and publish this new question in the Open Questions section for someone to answer it!');
118 118
 
119 119
 define('_MI_SF_OPENINTROMSG', 'Open Questions section introduction message:');
120 120
 define('_MI_SF_OPENINTROMSGDSC', 'Introduction message to be displayed in the Open Questions section of the module.');
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
 
126 126
 define('_MI_SF_HELP_PATH_SELECT', "Path of SmartFAQ's help files");
127 127
 define('_MI_SF_HELP_PATH_SELECT_DSC',
128
-       "SELECT FROM where you would LIKE TO access SmartFAQ's help files. If you downloaded the 'SmartFAQ's Help Package' AND uploaded it IN 'modules/smartfaq/doc/', you can SELECT 'Inside the module'. Alternatively, you can access the module's help file directly from docs.xoops.org by chosing this in the selector. You can also select 'Custom Path' and specify yourself the path of the help files in the next config option 'Custom path of SmartFAQ's help files'");
128
+        "SELECT FROM where you would LIKE TO access SmartFAQ's help files. If you downloaded the 'SmartFAQ's Help Package' AND uploaded it IN 'modules/smartfaq/doc/', you can SELECT 'Inside the module'. Alternatively, you can access the module's help file directly from docs.xoops.org by chosing this in the selector. You can also select 'Custom Path' and specify yourself the path of the help files in the next config option 'Custom path of SmartFAQ's help files'");
129 129
 
130 130
 define('_MI_SF_HELP_PATH_CUSTOM', "Custom path of SmartFAQ's help files");
131 131
 define('_MI_SF_HELP_PATH_CUSTOM_DSC', "If you selected 'Custom path' in the previous option 'Path of SmartFAQ's help files', please specify the URL of SmartFAQ's help files, in that format : http://www.yoursite.com/doc");
@@ -346,7 +346,7 @@  discard block
 block discarded – undo
346 346
 
347 347
 define('_MI_SF_DIR_ATTACHMENT', 'Attachments physical path.');
348 348
 define('_MI_SF_DIR_ATTACHMENT_DESC',
349
-       "Physical path only needs to be set from your xoops root and not before, for example you may have attachments uploaded to www.yoururl.com/uploads/newbb the path entered would then be '/uploads/newbb' never include a trailing slash '/' the thumbnails path becomes '/uploads/newbb/thumbs'");
349
+        "Physical path only needs to be set from your xoops root and not before, for example you may have attachments uploaded to www.yoururl.com/uploads/newbb the path entered would then be '/uploads/newbb' never include a trailing slash '/' the thumbnails path becomes '/uploads/newbb/thumbs'");
350 350
 define('_MI_SF_PATH_MAGICK', 'Path for ImageMagick');
351 351
 define('_MI_SF_PATH_MAGICK_DESC', "Usually it is '/usr/bin/X11'. Leave it BLANK if you do not have ImageMagicK installed or for autodetecting.");
352 352
 define('_MI_SF_SUBFORUM_DISPLAY', 'Display Mode of subforums on index page');
Please login to merge, or discard this patch.
language/english/main.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -75,9 +75,9 @@  discard block
 block discarded – undo
75 75
 define('_MD_SF_MAIL', 'Send Q&A');
76 76
 define('_MD_SF_MAINHEAD', 'Welcome to the');
77 77
 define('_MD_SF_MAININTRO',
78
-       "In this area of the site, you will find the answers to the frequently asked questions. Each Q&amp;A is placed in a category for easier finding. This is the section from where the random Q&amp;As in the right column of the site come from. Should you not find the answer to a particular question, don't hesitate to <a href='"
79
-       . XOOPS_URL
80
-       . "/forms/askus/form.php'>Ask us a Question!</a>");
78
+        "In this area of the site, you will find the answers to the frequently asked questions. Each Q&amp;A is placed in a category for easier finding. This is the section from where the random Q&amp;As in the right column of the site come from. Should you not find the answer to a particular question, don't hesitate to <a href='"
79
+        . XOOPS_URL
80
+        . "/forms/askus/form.php'>Ask us a Question!</a>");
81 81
 define('_MD_SF_MAINNOSELECTCAT', 'You did not select a valid category');
82 82
 define('_MD_SF_MAINNOFAQS', 'There are no Q&amp;As in this category');
83 83
 define('_MD_SF_MODERATION_MAIN_HEAD', 'Moderation section of ');
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
 define('_MD_SF_REQUEST', 'Request a new Q&amp;A');
118 118
 define('_MD_SF_REQUEST_ERROR', 'An error occured. Your request was not sent.');
119 119
 define('_MD_SF_REQUEST_INTRO',
120
-       'You did not find the answer to the question you were looking for? No problem! Simply fill the following form in order to request the answer for a new question. The site administrator will review your request and publish this new question in the Open Questions section for someone to answer it!');
120
+        'You did not find the answer to the question you were looking for? No problem! Simply fill the following form in order to request the answer for a new question. The site administrator will review your request and publish this new question in the Open Questions section for someone to answer it!');
121 121
 define('_MD_SF_REQUEST_RECEIVED_NEED_APPROVAL', 'Your request has been sent and will be published in the Open Questions section upon approval by a moderator.<br>Thank you for your contribution!');
122 122
 define('_MD_SF_REQUEST_RECEIVED_AND_PUBLISHED', 'Your request has been sent and automatically published in the Open Questions section. Thank you for your contribution!');
123 123
 define('_MD_SF_REQUESTED', 'Requested');
Please login to merge, or discard this patch.