diff --git a/Programming Basics/Hello, World/Exercise 5/task.md b/Programming Basics/Hello, World/Exercise 5/task.md
index 52f82c87..7f11a677 100644
--- a/Programming Basics/Hello, World/Exercise 5/task.md
+++ b/Programming Basics/Hello, World/Exercise 5/task.md
@@ -18,8 +18,8 @@ the beginning of a line:
|-----------------------------------|-----------------------------------------------------------------------|----------------------------------------------------------------|
| Up with selection | &shortcut:EditorUpWithSelection; | Move the caret one line up, selecting the text. |
| Right with selection | &shortcut:EditorRightWithSelection; | Move the caret one character to the right, selecting the text. |
-| Move to line end with selection | &shortcut:EditorTextEndWithSelection; | Move the caret to the end of line, selecting the text. |
-| Move to line start with selection | &shortcut:EditorTextStartWithSelection; | Move the caret to the beginning of line, selecting the text. |
+| Move to line end with selection | &shortcut:EditorLineEndWithSelection; | Move the caret to the end of line, selecting the text. |
+| Move to line start with selection | &shortcut:EditorLineStartWithSelection; | Move the caret to the beginning of line, selecting the text. |
Duplicate the line `println("Hello, Kotlin!")` in the example by selecting it
and then copy-pasting it.