Improve the node configuration warning display
- Refer to properties explicitly when possible - When multiple warnings are returned, always separate them by one blank line to make them easier to distinguish - Improve grammar and formatting
This commit is contained in:
parent
56269e2db8
commit
ff7184c5cb
22 changed files with 30 additions and 30 deletions
|
|
@ -234,7 +234,7 @@ Popup::Popup() {
|
|||
String Popup::get_configuration_warning() const {
|
||||
|
||||
if (is_visible_in_tree()) {
|
||||
return TTR("Popups will hide by default unless you call popup() or any of the popup*() functions. Making them visible for editing is fine though, but they will hide upon running.");
|
||||
return TTR("Popups will hide by default unless you call popup() or any of the popup*() functions. Making them visible for editing is fine, but they will hide upon running.");
|
||||
}
|
||||
|
||||
return String();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue