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:
Alexander Udalov
2014-05-12 16:01:33 +04:00
parent 31a1ec0f05
commit 5a0055cbeb
3 changed files with 28 additions and 28 deletions
@@ -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,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