Index: pkg/compiler/lib/src/warnings.dart |
diff --git a/pkg/compiler/lib/src/warnings.dart b/pkg/compiler/lib/src/warnings.dart |
index 7af956208265f210fbaf9990369e0fe96d8bcb04..76859d7246da8d18268d60da6258d80d2758bb6c 100644 |
--- a/pkg/compiler/lib/src/warnings.dart |
+++ b/pkg/compiler/lib/src/warnings.dart |
@@ -1364,7 +1364,7 @@ main() => A.A = 1; |
static const MessageKind DEFERRED_LIBRARY_DART_2_DART = |
const MessageKind( |
- "Deferred loading is not supported by the dart backend yet." |
+ "Deferred loading is not supported by the dart backend yet. " |
Anders Johnsen
2015/06/08 08:06:29
?
Johnni Winther
2015/06/08 08:42:36
Needed between '... yet.' and 'The output ...'.
|
"The output will not be split."); |
static const MessageKind DEFERRED_LIBRARY_WITHOUT_PREFIX = |