Fix message case in JetBundle.properties
Intention names should be lowercase, family names should have each word except prepositions capitalized
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
// ERROR: Unresolved reference: SomeTest
|
||||
// ACTION: Edit intention settings
|
||||
// ACTION: Replace safe access expression with 'if' expression
|
||||
// ACTION: Disable 'Replace Safe Access Expression With 'if' Expression'
|
||||
// ACTION: Disable 'Replace Safe Access Expression with 'if' Expression'
|
||||
|
||||
package testing
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
// "Change parameter 'z' type of function 'foo' to '(Int) -> String'" "false"
|
||||
// ERROR: <html>Type mismatch.<table><tr><td>Required:</td><td>kotlin.Int</td></tr><tr><td>Found:</td><td>kotlin.String</td></tr></table></html>
|
||||
|
||||
// ACTION: Disable 'Move lambda function into parentheses'
|
||||
// ACTION: Disable 'Move Lambda Function Into Parentheses'
|
||||
// ACTION: Edit intention settings
|
||||
// ACTION: Move lambda function into parentheses
|
||||
|
||||
|
||||
Reference in New Issue
Block a user