Skip to content

Commit

Permalink
Update text to avoid the word 'Tweet'
Browse files Browse the repository at this point in the history
X.com is removing this text, and Mastodon doesn't use it; be general so all text applies in either situation.
  • Loading branch information
joedolson committed Dec 30, 2023
1 parent 20b71c0 commit bb4f9ab
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 81 deletions.
10 changes: 5 additions & 5 deletions src/wp-to-twitter-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -631,11 +631,11 @@ function wpt_update_settings() {
global $wp_roles;
$roles = $wp_roles->get_names();
$caps = array(
'wpt_can_tweet' => __( 'Can send Tweets', 'wp-to-twitter' ),
'wpt_twitter_custom' => __( 'See Custom Tweet Field when creating a Post', 'wp-to-twitter' ),
'wpt_twitter_switch' => __( 'Toggle the Tweet/Don\'t Tweet option', 'wp-to-twitter' ),
'wpt_tweet_now' => __( 'Can see Tweet Now button', 'wp-to-twitter' ),
'wpt_twitter_oauth' => __( 'Allow user to authenticate with X.com', 'wp-to-twitter' ),
'wpt_can_tweet' => __( 'Can send Status updates', 'wp-to-twitter' ),
'wpt_twitter_custom' => __( 'See Custom Status Update Field when creating a Post', 'wp-to-twitter' ),
'wpt_twitter_switch' => __( 'Toggle the Update/Don\'t Update option', 'wp-to-twitter' ),
'wpt_tweet_now' => __( 'Can see Update Now button', 'wp-to-twitter' ),
'wpt_twitter_oauth' => __( 'Allow user to authenticate with services', 'wp-to-twitter' ),
);
$role_tabs = '';
$role_container = '';
Expand Down
Loading

0 comments on commit bb4f9ab

Please sign in to comment.