We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Messages.OK_BUTTON
1 parent 906a493 commit b91e5b9Copy full SHA for b91e5b9
flutter-idea/src/io/flutter/run/LaunchState.java
@@ -208,7 +208,7 @@ protected void showNoDeviceConnectedMessage(Project project) {
208
project,
209
"No connected devices found; please connect a device, or see flutter.dev/setup for getting started instructions.",
210
"No Connected Devices Found",
211
- new String[]{Messages.OK_BUTTON}, 0, AllIcons.General.InformationDialog);
+ new String[]{Messages.getOkButton()}, 0, AllIcons.General.InformationDialog);
212
}
213
214
@NotNull
0 commit comments