Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Unified Diff: pkg/flash_sd_card/lib/src/platform_service.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/flash_sd_card/lib/src/context.dart ('k') | pkg/fletch/lib/_sdkext » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/flash_sd_card/lib/src/platform_service.dart
diff --git a/pkg/flash_sd_card/lib/src/platform_service.dart b/pkg/flash_sd_card/lib/src/platform_service.dart
index 6bd89760437739556ca2130af0e1b50902717052..467dc09e9a780f133c21548f0e405b38148ab648 100644
--- a/pkg/flash_sd_card/lib/src/platform_service.dart
+++ b/pkg/flash_sd_card/lib/src/platform_service.dart
@@ -46,7 +46,7 @@ abstract class PlatformService {
// Wait for an additional disk.
await ctx.readLine(
- 'Please insert the SD card you want to use with Fletch. '
+ 'Please insert the SD card you want to use with Dartino. '
'Then press Enter.');
int retryCount = 10;
while (true) {
« no previous file with comments | « pkg/flash_sd_card/lib/src/context.dart ('k') | pkg/fletch/lib/_sdkext » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698