Skip to content

Commit

Permalink
Change tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
Triky313 committed Jul 16, 2019
1 parent 323f838 commit 0614741
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private void InitUi()
{
// Title
LblToolName.Content =
$"AlbionOnline - MARKET ANALYSIS TOOL | v{Assembly.GetExecutingAssembly().GetName().Version}";
$"AlbionOnline - STATISTICS ANALYSIS TOOL | v{Assembly.GetExecutingAssembly().GetName().Version}";

CbMode.Items.Clear();
if (IsModeActive(MarketMode.Normal))
Expand Down

0 comments on commit 0614741

Please sign in to comment.