summaryrefslogtreecommitdiff
path: root/app/Module/FrequentlyAskedQuestionsModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/FrequentlyAskedQuestionsModule.php')
-rw-r--r--app/Module/FrequentlyAskedQuestionsModule.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Module/FrequentlyAskedQuestionsModule.php b/app/Module/FrequentlyAskedQuestionsModule.php
index 1b36b581cf..8b4adf4fc9 100644
--- a/app/Module/FrequentlyAskedQuestionsModule.php
+++ b/app/Module/FrequentlyAskedQuestionsModule.php
@@ -31,7 +31,7 @@ use Fisharebest\Webtrees\Tree;
class FrequentlyAskedQuestionsModule extends AbstractModule implements ModuleMenuInterface, ModuleConfigInterface {
/** {@inheritdoc} */
public function getTitle() {
- return /* I18N: Name of a module. Abbreviation for “Frequently Asked Questions” */ I18N::translate('FAQ');
+ return /* I18N: Name of a module. Abbreviation for “Frequently Asked Questions” */ I18N::translate('FAQ');
}
/** {@inheritdoc} */
@@ -444,7 +444,7 @@ class FrequentlyAskedQuestionsModule extends AbstractModule implements ModuleMen
</ol>
<h2><?php echo $controller->getPageTitle(); ?></h2>
<p>
- <?php echo I18N::translate('FAQs are lists of questions and answers, which allow you to explain the site’s rules, policies, and procedures to your visitors. Questions are typically concerned with privacy, copyright, user-accounts, unsuitable content, requirement for source-citations, etc.'); ?>
+ <?php echo I18N::translate('FAQs are lists of questions and answers, which allow you to explain the site’s rules, policies, and procedures to your visitors. Questions are typically concerned with privacy, copyright, user-accounts, unsuitable content, requirement for source-citations, etc.'); ?>
<?php echo I18N::translate('You may use HTML to format the answer and to add links to other websites.'); ?>
</p>
<form class="form form-inline">
@@ -509,7 +509,7 @@ class FrequentlyAskedQuestionsModule extends AbstractModule implements ModuleMen
}
/**
- * The user can re-order menus. Until they do, they are shown in this order.
+ * The user can re-order menus. Until they do, they are shown in this order.
*
* @return int
*/