mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
[Code Samples Inspection] Java > Internationalization > Incorrect string capitalization
This commit is contained in:
parent
991d7ad24f
commit
302968b024
@ -18,7 +18,7 @@ public class DemoRunConfigurationType implements ConfigurationType {
|
||||
|
||||
@Override
|
||||
public String getConfigurationTypeDescription() {
|
||||
return "Demo Run Configuration Type";
|
||||
return "Demo run configuration type";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -18,7 +18,7 @@ public class SimpleFileType extends LanguageFileType {
|
||||
@NotNull
|
||||
@Override
|
||||
public String getName() {
|
||||
return "Simple file";
|
||||
return "Simple File";
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@ -38,4 +38,4 @@ public class SimpleFileType extends LanguageFileType {
|
||||
public Icon getIcon() {
|
||||
return SimpleIcons.FILE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user