Skip to content

Commit

Permalink
ENH: Cleanup presentation of some labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ElDeveloper committed Nov 22, 2014
1 parent 143e628 commit c547e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Keystats/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ - (void)computeBufferValuesAndUpdateLabels{
_knowsEarliestDate = YES;

if (!result) {
dateString = @"No data has been collected yet";
dateString = @"";
}
else{
dateString = [NSString stringWithFormat:@"Keystrokes collected since %@", result];
Expand Down

0 comments on commit c547e4d

Please sign in to comment.