Skip to content

Commit

Permalink
Minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed Jul 23, 2024
1 parent 9535eae commit cb3fc83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ protected void launch( final boolean singleTimePoint )
// Show LabKit.
String title = "Editing TrackMate data for " + imp.getShortTitle();
if ( singleTimePoint )
title += "at frame " + ( currentTimePoint + 1 );
title += " at frame " + ( currentTimePoint + 1 );
final TrackMateLabkitFrame labkit = TrackMateLabkitFrame.show( model, title );

// Prepare re-importer.
Expand Down

0 comments on commit cb3fc83

Please sign in to comment.