Changeset 1324
- Timestamp:
- 09/20/10 10:21:42 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/Settings/SapphireSettings.m
r1320 r1324 552 552 usleep(100000); 553 553 554 SapphireErrorDisplayController *error = [[SapphireErrorDisplayController alloc] initWithScene:[self scene] error:BRLocalizedString(@"Restart Needed", @"Restart Needed") longError:BRLocalizedString(@"You must exi st Frontrow for new scrapers to take effect", @"You must exist Frontrow for new scrapers to take effect")];554 SapphireErrorDisplayController *error = [[SapphireErrorDisplayController alloc] initWithScene:[self scene] error:BRLocalizedString(@"Restart Needed", @"Restart Needed") longError:BRLocalizedString(@"You must exit Frontrow for new scrapers to take effect", @"You must exit Frontrow for new scrapers to take effect")]; 555 555 return [error autorelease]; 556 556 }
