Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GoneUp committed Sep 28, 2019
1 parent 117efa2 commit 2b252de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPK_RePack/Forms/GUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ private GpkArrayProperty checkArrayRow()
if (selectedExport == null) return null;
if (gridProps.SelectedRows.Count != 1)
{
logger.Info("select a complete row (click the arrow in front it)");
logger.Info("select a complete row (click the arrow in front of it)");
return null;
}

Expand Down

0 comments on commit 2b252de

Please sign in to comment.