Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Fixed a small spelling mistake #97

Open
wants to merge 1 commit into
base: 7.x-3.x
Choose a base branch
from
Open
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 themes/petitions44/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function _petitions44_help_text() {
// Check for user-defined header.
if (!$petitions44_help_text = theme_get_setting('petitions44_help_text')) {
// If no user-defined header exists, check to see if an included module is
// providing defaults (this is useful for implmentations like petitions).
// providing defaults (this is useful for implementations like petitions).
$text = t('Help make We the People even better. Share your feedback on how this new platform can improve.');
$petitions44_help_text = variable_get('petitions44_help_text', $text);
}
Expand Down