Skip to content
Open
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 includes/class.GPNotifyPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function userNotifySettings() {
}
}
$this->userOptionProjectsUpdate($user->ID, $options['gp_prefix'], $project_options);
$update_message = esc_html(__('Subscriptions saved.', 'gpnotify'));
$update_message = esc_html(__('Subscriptions saved.', 'glotpress-notify'));
}

$form_action = admin_url('admin.php?page=gpnotify-profile');
Expand Down
2 changes: 1 addition & 1 deletion views/admin-bad-prefix.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="wrap">

<div class="error">
<p><?php esc_html_e('GlotPress Notify has an invalid GlotPress table prefix.', 'gpnotify'); ?></p>
<p><?php esc_html_e('GlotPress Notify has an invalid GlotPress table prefix.', 'glotpress-notify'); ?></p>
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions views/admin-list-projects.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

<div class="wrap">

<h2><?php esc_html_e('GlotPress Notify Projects', 'gpnotify'); ?></h2>
<h2><?php esc_html_e('GlotPress Notify Projects', 'glotpress-notify'); ?></h2>

<?php if (count($waiting) === 0): ?>

<p><?php esc_html_e('There are no GlotPress projects with translations waiting for approval.', 'gpnotify'); ?></p>
<p><?php esc_html_e('There are no GlotPress projects with translations waiting for approval.', 'glotpress-notify'); ?></p>

<?php else: ?>

Expand Down
6 changes: 3 additions & 3 deletions views/admin-user-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<div class="wrap">

<h2><?php esc_html_e('GlotPress Notify Subscriptions', 'gpnotify'); ?></h2>
<p><?php esc_html_e('Receive notifications for GlotPress translation projects.', 'gpnotify'); ?></p>
<h2><?php esc_html_e('GlotPress Notify Subscriptions', 'glotpress-notify'); ?></h2>
<p><?php esc_html_e('Receive notifications for GlotPress translation projects.', 'glotpress-notify'); ?></p>

<?php if ($update_message): ?>
<div class="updated">
Expand Down Expand Up @@ -64,7 +64,7 @@
</table>

<p class="submit">
<input type="submit" name="submit" class="button-primary" value="<?php esc_attr_e('Save Subscriptions', 'gpnotify'); ?>" />
<input type="submit" name="submit" class="button-primary" value="<?php esc_attr_e('Save Subscriptions', 'glotpress-notify'); ?>" />
<?php wp_nonce_field('subscribe', 'gpnotify_nonce'); ?>
</p>

Expand Down