File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ function hosting_migrate_hosting_tasks() {
49
49
$tasks = array();
50
50
51
51
$tasks['site']['migrate'] = array(
52
- 'title' => t('Migrate'),
52
+ 'title' => t('Migrate Site '),
53
53
'description' => t('Move the site to a new platform.'),
54
54
'dialog' => TRUE,
55
55
);
56
56
57
57
$tasks['platform']['migrate'] = array(
58
- 'title' => t('Migrate'),
58
+ 'title' => t('Migrate Sites '),
59
59
'description' => t('Migrate sites to a new platform.'),
60
60
'page arguments' => array('hosting_migrate_platform', 1),
61
61
'dialog' => TRUE,
Original file line number Diff line number Diff line change @@ -74,13 +74,13 @@ function hosting_platform_node_info() {
74
74
function hosting_platform_hosting_tasks() {
75
75
$tasks = array();
76
76
$tasks['platform']['verify'] = array(
77
- 'title' => t('Verify'),
77
+ 'title' => t('Verify Platform '),
78
78
'description' => t('Verify that the platform is correctly installed and working.'),
79
79
'weight' => 10,
80
80
'provision_save' => TRUE,
81
81
);
82
82
$tasks['platform']['delete'] = array(
83
- 'title' => t('Delete'),
83
+ 'title' => t('Delete Platform '),
84
84
'description' => t('Deleting this platform will completely remove it from the hosting system.
85
85
This process can not be undone. It can not be performed if you have sites currently
86
86
running on this platform.
Original file line number Diff line number Diff line change @@ -130,14 +130,14 @@ function hosting_server_menu() {
130
130
function hosting_server_hosting_tasks() {
131
131
$tasks = array();
132
132
$tasks['server']['verify'] = array(
133
- 'title' => t('Verify'),
133
+ 'title' => t('Verify Server '),
134
134
'description' => t('Verify that the server is correctly installed and working.'),
135
135
'weight' => 10,
136
136
'provision_save' => TRUE,
137
137
);
138
138
139
139
$tasks['server']['delete'] = array(
140
- 'title' => t('Delete'),
140
+ 'title' => t('Delete Server '),
141
141
'description' => t('Delete the server.'),
142
142
);
143
143
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ function hosting_site_hosting_tasks() {
294
294
);
295
295
296
296
$tasks['site']['verify'] = array(
297
- 'title' => t('Verify'),
297
+ 'title' => t('Verify Site '),
298
298
'description' => t('Confirm that the site has been correctly installed and regenerate all configuration files to match the hosting front end.'),
299
299
'provision_save' => TRUE,
300
300
);
@@ -311,7 +311,7 @@ function hosting_site_hosting_tasks() {
311
311
It may be disabled again if needed.'),
312
312
);
313
313
$tasks['site']['delete'] = array(
314
- 'title' => t('Delete'),
314
+ 'title' => t('Delete Site '),
315
315
'description' => t('Deleting this site will completely remove it from the hosting system,
316
316
but will keep the last backup available. This process can not be undone.
317
317
Are you really sure you want to delete this site?'),
You can’t perform that action at this time.
0 commit comments