diff --git a/GPK_RePack/Forms/GUI.cs b/GPK_RePack/Forms/GUI.cs index 9e8e326..4d89bf8 100644 --- a/GPK_RePack/Forms/GUI.cs +++ b/GPK_RePack/Forms/GUI.cs @@ -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; }