-
Notifications
You must be signed in to change notification settings - Fork 893
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
Inconsistent condition/action names #846
Comments
Right! The question is now, should we favor "string" (which is the "programming" term, also used in the expression like VariableString or ToString), or should we favor "text" (which is maybe more accessible/understandable, but not used in expressions)? |
I prefer string, string everywhere we talk about string values, not only for consistency with the expressions but also to not mix it with the text object. Text object uses "string" too :) |
Sounds better indeed! |
Maybe for actions and conditions titles, we can actually write both: Could make things both exact (string is the proper term to use everywhere) but clearer especially for beginners who don't know what a string is? |
Sounds fair 👍 |
I'm afraid I don't agree with a new translation of "String (text)". Text is already used when string is meant on multiple different conditions and actions: Text Object, text of text object, change the text of a scene variable, check if the text of scene variable X is = "something", and so on. To remain consistent, either all of those would need to be changed, or at the very least, it should read "Text (string)". Also, I made a thread about this on the Crowdin page, but I think the English localization could be improved in general. This isn't the only case where some updating is needed. For example "Common conditions for...", "Common action for..." (plural vs singular in the category name). |
The idea was to change everything, not only condition/actions related to variables.
I've not seen it this. I've created this issue to report any mistake/typo/inconsistency: #927 - can you post here or link your thread? Fixed "Common action for ..." to "Common actions for ..." for next version :) |
Is there anything to do on this issue? It seems to me that issue #4041 covers what is in the description of this issue. |
Describe the bug
The conditions/actions for setting the text of a scene/global variable are named differently depending on if you're adding a condition or an action. This makes it hard to find them when searching.
To Reproduce
Steps to reproduce the behavior:
I think naming these consistently would be better.
The text was updated successfully, but these errors were encountered: