Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed typo and case issue #1357

Merged
merged 1 commit into from
Nov 14, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/EditEventTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
</tr>
<tr>
<td class="LabelColumn" width="15%">
<strong><?= gettext("Recurrance Pattern") ?></strong>
<strong><?= gettext("Recurrence Pattern") ?></strong>
</td>
<td class="TextColumn" width="35%">
<?= $recur ?>
Expand Down
4 changes: 2 additions & 2 deletions src/EventNames.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
</div>
<div class='row form-group'>
<div class='col-sm-4 control-label text-bold'>
<?= gettext("RECURRANCE PATTERN") ?>
<?= gettext("Recurrence Pattern") ?>
</div>
<div class='col-sm-6 event-recurrance-patterns'>
<div class='row form-radio-list'>
Expand Down Expand Up @@ -271,7 +271,7 @@
<tr>
<th><?= gettext("Event Type") ?></th>
<th><?= gettext("Name") ?></th>
<th><?= gettext("Recurrance Pattern") ?></th>
<th><?= gettext("Recurrence Pattern") ?></th>
<th><?= gettext("Start Time") ?></th>
<th><?= gettext("Attendance Counts") ?></th>
<th><?= gettext("Action") ?></th>
Expand Down