diff --git a/General_tasks/Set_and_define_a_vector_layer_CRS/__init__.py b/General_tasks/Set_and_define_a_vector_layer_CRS/__init__.py index e997f5c..cb65682 100644 --- a/General_tasks/Set_and_define_a_vector_layer_CRS/__init__.py +++ b/General_tasks/Set_and_define_a_vector_layer_CRS/__init__.py @@ -17,6 +17,6 @@ steptype=Step.MANUALSTEP) lesson.addMenuClickStep("Layer/Set CRS of Layer(s)") lesson.addStep("Set the layer's correct CRS", "setcrs.html", steptype=Step.MANUALSTEP) -lesson.addMenuClickStep("Vector/Data Management Tools/Define Current Projection...", "gotodefineprojection.html") +lesson.addMenuClickStep("Vector/Data Management Tools/Define current projection", "gotodefineprojection.html") lesson.addStep("Define new CRS to file", "defineprojection.html", steptype=Step.MANUALSTEP) lesson.addNextLesson("General tasks", "05. Reproject vector layer") diff --git a/vector_layers_attributes/Edit_multiple_features_attributes/lesson.yaml b/vector_layers_attributes/Edit_multiple_features_attributes/lesson.yaml index c465a76..2f88526 100644 --- a/vector_layers_attributes/Edit_multiple_features_attributes/lesson.yaml +++ b/vector_layers_attributes/Edit_multiple_features_attributes/lesson.yaml @@ -2,7 +2,7 @@ lesson: en: description: lesson.md group: Vector layer attributes - name: 09. Join table to vector layer + name: 08. Edit multiple features attributes steps: - description: 01_introduction.md name: Introduction @@ -93,4 +93,4 @@ lesson: nextLessons: - group: Vector layer attributes - name: 09. Join attribute tables \ No newline at end of file + name: 09. Join table to vector layer \ No newline at end of file diff --git a/vector_layers_attributes/Select_features_using_an_expression/07_confirm_the_selection.md b/vector_layers_attributes/Select_features_using_an_expression/07_confirm_the_selection.md index a86a49e..ebeb7bb 100644 --- a/vector_layers_attributes/Select_features_using_an_expression/07_confirm_the_selection.md +++ b/vector_layers_attributes/Select_features_using_an_expression/07_confirm_the_selection.md @@ -3,4 +3,4 @@ Besides, you can verify that only bigger buildings are selected. ![new_selection](new_selection.png) -This step ends the lesson, click **Finish Lesson**. \ No newline at end of file +This step ends the lesson, click **Finish**. \ No newline at end of file diff --git a/vector_layers_attributes/View_attributes_using_the_Attribute_Table/06_filter_rows_by_column_values.md b/vector_layers_attributes/View_attributes_using_the_Attribute_Table/06_filter_rows_by_column_values.md index bde129f..9cf71b0 100644 --- a/vector_layers_attributes/View_attributes_using_the_Attribute_Table/06_filter_rows_by_column_values.md +++ b/vector_layers_attributes/View_attributes_using_the_Attribute_Table/06_filter_rows_by_column_values.md @@ -32,4 +32,4 @@ attribute table. ![table_filtered_by_field.png](table_filtered_by_field.png) -This step ends the lesson, click **Finish Lesson**. \ No newline at end of file +This step ends the lesson, click **Finish**. \ No newline at end of file