Skip to content
Snippets Groups Projects
Commit f33e751f authored by Justus Dieckmann's avatar Justus Dieckmann
Browse files

Additional string capitalization fixes

parent a54f0dc5
Branches
Tags
No related merge requests found
......@@ -42,7 +42,7 @@ $string['workflow_definition_heading'] = 'Workflow definitions';
$string['adminsettings_edit_workflow_definition_heading'] = 'Workflow definition';
$string['adminsettings_workflow_definition_steps_heading'] = 'Workflow steps';
$string['adminsettings_edit_trigger_instance_heading'] = 'Trigger for workflow \'{$a}\'';
$string['adminsettings_edit_step_instance_heading'] = 'Step Instance for workflow \'{$a}\'';
$string['adminsettings_edit_step_instance_heading'] = 'Step instance for workflow \'{$a}\'';
$string['add_new_step_instance'] = 'Add new step instance...';
$string['add_new_trigger_instance'] = 'Add new trigger instance...';
$string['step_settings_header'] = 'Specific settings of the step type';
......
......@@ -22,11 +22,11 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$string['pluginname'] = 'Duplicate Step';
$string['pluginname'] = 'Duplicate step';
$string['duplicate_form'] = 'Enter data';
$string['duplicate_course_header'] = 'Duplicate Course';
$string['duplicate_course_header'] = 'Duplicate course';
$string['status_message_duplication'] = 'Duplicated course will be available shortly.';
$string['status_message_form'] = 'Additional information required';
$string['action_new_course_data'] = '{$a} supplied new course name';
......
......@@ -25,9 +25,9 @@ Feature: Add a workflow with a manual trigger and a duplicate step and test the
| Action name | Duplicate course |
| Capability | moodle/course:manageactivities |
And I press "Save changes"
And I select "Duplicate Step" from the "stepname" singleselect
And I select "Duplicate step" from the "stepname" singleselect
And I set the following fields to these values:
| Instance name | Duplicate Step |
| Instance name | Duplicate step |
And I press "Save changes"
And I press "Back"
And I press "Activate"
......@@ -39,7 +39,7 @@ Feature: Add a workflow with a manual trigger and a duplicate step and test the
Then I should see "Course 1" in the "tool_lifecycle_remaining" "table"
And I should see the tool "Duplicate course" in the "Course 1" row of the "tool_lifecycle_remaining" table
When I click on the tool "Duplicate course" in the "Course 1" row of the "tool_lifecycle_remaining" table
Then I should see "Duplicate Course"
Then I should see "Duplicate course"
When I set the following fields to these values:
| Course short name | C2 |
| Course full name | Course 2 |
......@@ -60,11 +60,11 @@ Feature: Add a workflow with a manual trigger and a duplicate step and test the
Then I should see "Course 1" in the "tool_lifecycle_remaining" "table"
And I should see the tool "Duplicate course" in the "Course 1" row of the "tool_lifecycle_remaining" table
When I click on the tool "Duplicate course" in the "Course 1" row of the "tool_lifecycle_remaining" table
Then I should see "Duplicate Course"
Then I should see "Duplicate course"
When I am on lifecycle view
Then I should see the tool "Enter data" in the "Course 1" row of the "tool_lifecycle_interaction" table
When I click on the tool "Enter data" in the "Course 1" row of the "tool_lifecycle_interaction" table
Then I should see "Duplicate Course"
Then I should see "Duplicate course"
When I set the following fields to these values:
| Course short name | C2 |
| Course full name | Course 2 |
......@@ -85,7 +85,7 @@ Feature: Add a workflow with a manual trigger and a duplicate step and test the
Then I should see "Course 1" in the "tool_lifecycle_remaining" "table"
And I should see the tool "Duplicate course" in the "Course 1" row of the "tool_lifecycle_remaining" table
When I click on the tool "Duplicate course" in the "Course 1" row of the "tool_lifecycle_remaining" table
Then I should see "Duplicate Course"
Then I should see "Duplicate course"
When I press "Cancel"
Then I should not see "Duplicated course will be available shortly." in the "tool_lifecycle_remaining" "table"
And I should see "Course 1" in the "tool_lifecycle_remaining" "table"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment