Skip to content

Commit f9cb512

Browse files
CozyMeli-gitv2rfresh2
authored andcommitted
Updated two module descriptions to make them clearer and more consice. (lambda-client#437)
* Updated the Chattimestamp module description. Updated the description to be slightly shorter, while making it grammatically correct, and more concise. * Updated module description with a single letter Saying draw in the sentence is not grammatically correct, rather saying draws is the correct context, as saying "the module draw lines" is not correct, but "the module draws lines" is.
1 parent 4d4331e commit f9cb512

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/kotlin/com/lambda/client/module/modules/chat/ChatTimestamp.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import net.minecraftforge.client.event.ClientChatReceivedEvent
1212

1313
object ChatTimestamp : Module(
1414
name = "ChatTimestamp",
15-
description = "Shows the time a message was sent beside the message",
15+
description = "Displays the time a message was sent beside it",
1616
category = Category.CHAT,
1717
showOnArray = false
1818
) {

src/main/kotlin/com/lambda/client/module/modules/render/EyeFinder.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import kotlin.math.min
2121

2222
object EyeFinder : Module(
2323
name = "EyeFinder",
24-
description = "Draw lines from entity's heads to where they are looking",
24+
description = "Draws lines from entity's heads to where they are looking",
2525
category = Category.RENDER
2626
) {
2727
private val page by setting("Page", Page.ENTITY_TYPE)
@@ -131,4 +131,4 @@ object EyeFinder : Module(
131131
renderer.render(true)
132132
}
133133
}
134-
}
134+
}

0 commit comments

Comments
 (0)