Skip to content

Commit

Permalink
Improve hover help
Browse files Browse the repository at this point in the history
  • Loading branch information
macta committed May 22, 2019
1 parent 1d2e73f commit 90784b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/src/ExercismTools/ClyExercismFetchCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ClyExercismFetchCommand >> defaultMenuItemName [

{ #category : #accessing }
ClyExercismFetchCommand >> description [
^'Fetch a named exercise to begin solving it'
^'Fetch a named Exercism exercise to begin solving it'
]

{ #category : #execution }
Expand Down
2 changes: 1 addition & 1 deletion dev/src/ExercismTools/ClyExercismProgressCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ClyExercismProgressCommand >> defaultMenuItemName [

{ #category : #accessing }
ClyExercismProgressCommand >> description [
^'Open track progress in a web browser'
^'Open your Exercism track progress in a web browser'
]

{ #category : #execution }
Expand Down
2 changes: 1 addition & 1 deletion dev/src/ExercismTools/ClyExercismShareCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ClyExercismShareCommand >> defaultMenuItemName [

{ #category : #accessing }
ClyExercismShareCommand >> description [
^'Share your proposed solution on the web to discuss with others'
^'Create a web link to anonymously share your proposed solution on dpaste.com to discuss with others'
]

{ #category : #execution }
Expand Down

0 comments on commit 90784b9

Please sign in to comment.