Changeset 1324

Show
Ignore:
Timestamp:
09/20/10 10:21:42 (20 months ago)
Author:
gbooker
Message:

Spelling fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/Settings/SapphireSettings.m

    r1320 r1324  
    552552                usleep(100000); 
    553553         
    554         SapphireErrorDisplayController *error = [[SapphireErrorDisplayController alloc] initWithScene:[self scene] error:BRLocalizedString(@"Restart Needed", @"Restart Needed") longError:BRLocalizedString(@"You must exist 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")]; 
    555555        return [error autorelease]; 
    556556}