Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggested text adjustments and typo fixes #345

Open
wants to merge 2 commits into
base: elmot/nova-243
Choose a base branch
from

Conversation

lukaskremla
Copy link

After going through the full code base, I feel like some text that the plugin displays to the user could be adjusted slightly. Here are my ideas:

@@ -100,7 +100,7 @@ class MicroPythonSettingsPanel(private val module: Module, disposable: Disposabl
)
.validationInfo { comboBox ->
val portName = comboBox.selectedItem.asSafely<String>()
if (portName.isNullOrBlank()) ValidationInfo("No port name provided").withOKEnabled()
if (portName.isNullOrBlank()) ValidationInfo("No port name was provided").withOKEnabled()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is provided sounds better IMO

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that it has to stay "was provided" as the action happened in the past, the user first had to provide a port name and if he did not, then it can be said that "No port name was provided".

https://textranch.com/c/is-provided-or-was-provided/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants