Skip to content

Commit

Permalink
fix: fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lgersman committed Jun 16, 2022
1 parent d5da805 commit a79decb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
12 changes: 5 additions & 7 deletions plugins/cm4all-wp-impex/inc/wp-dashboard-contributions.php
Expand Up @@ -55,19 +55,17 @@ function () {
[
'id' => 'help-export',
'title' => __('Export', 'cm4all-wp-impex'),
'content' => '
TODO
'
'content' =>
__('Export will create a snapshot of the data provided by the ImpEx export profile.<br/>The snapshot can be downloaded to a directory on your local machine.')

]
);

\get_current_screen()->add_help_tab(
[
'id' => 'help-import',
'title' => __('Import', 'cm4all-wp-impex'),
'content' => '
TODO
'
'content' => __('Import allows you to upload a (previously created) ImpEx snapshot and import it to your WordPress instance.')
]
);

Expand Down Expand Up @@ -102,7 +100,7 @@ function () {

/*
prevent loading wp admin forms.css since it breaks gutenberg component styles
wp_register_style doesnt overwrite exiting style registrations so that we need to
wp_register_style doesn't overwrite exiting style registrations so that we need to
- remove the original style
- add a dummy style handle for 'forms'
*/
Expand Down
2 changes: 1 addition & 1 deletion plugins/cm4all-wp-impex/languages/cm4all-wp-impex-en_US.po
Expand Up @@ -253,7 +253,7 @@ msgid "Uploading snapshot"
msgstr ""

#: dist/wp.impex.dashboard.js:548
msgid "Upload snapshot to Wordpress"
msgid "Upload snapshot to WordPress"
msgstr ""

#: dist/wp.impex.dashboard.js:554
Expand Down
2 changes: 0 additions & 2 deletions plugins/cm4all-wp-impex/plugin.php
Expand Up @@ -178,8 +178,6 @@ function ($client_asset_handle, $in_footer) {
])),
'after'
);

//echo (__('huhu !', 'cm4all-wp-impex'));
},
10,
2,
Expand Down

0 comments on commit a79decb

Please sign in to comment.