Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit a79decb

Browse files
committed
fix: fixed some typos
1 parent d5da805 commit a79decb

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

plugins/cm4all-wp-impex/inc/wp-dashboard-contributions.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,17 @@ function () {
5555
[
5656
'id' => 'help-export',
5757
'title' => __('Export', 'cm4all-wp-impex'),
58-
'content' => '
59-
TODO
60-
'
58+
'content' =>
59+
__('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.')
60+
6161
]
6262
);
6363

6464
\get_current_screen()->add_help_tab(
6565
[
6666
'id' => 'help-import',
6767
'title' => __('Import', 'cm4all-wp-impex'),
68-
'content' => '
69-
TODO
70-
'
68+
'content' => __('Import allows you to upload a (previously created) ImpEx snapshot and import it to your WordPress instance.')
7169
]
7270
);
7371

@@ -102,7 +100,7 @@ function () {
102100

103101
/*
104102
prevent loading wp admin forms.css since it breaks gutenberg component styles
105-
wp_register_style doesnt overwrite exiting style registrations so that we need to
103+
wp_register_style doesn't overwrite exiting style registrations so that we need to
106104
- remove the original style
107105
- add a dummy style handle for 'forms'
108106
*/

plugins/cm4all-wp-impex/languages/cm4all-wp-impex-en_US.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ msgid "Uploading snapshot"
253253
msgstr ""
254254

255255
#: dist/wp.impex.dashboard.js:548
256-
msgid "Upload snapshot to Wordpress"
256+
msgid "Upload snapshot to WordPress"
257257
msgstr ""
258258

259259
#: dist/wp.impex.dashboard.js:554

plugins/cm4all-wp-impex/plugin.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@ function ($client_asset_handle, $in_footer) {
178178
])),
179179
'after'
180180
);
181-
182-
//echo (__('huhu !', 'cm4all-wp-impex'));
183181
},
184182
10,
185183
2,

0 commit comments

Comments
 (0)