Skip to content

Commit

Permalink
fixed key
Browse files Browse the repository at this point in the history
  • Loading branch information
benapetr committed Jul 31, 2014
1 parent 15c38e9 commit a5d687d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huggle/userinfoform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void UserinfoForm::OnTick()
xx++;
}
} else
Syslog::HuggleLogs->ErrorLog(_l("user-history-retr-fail", this->User->Username));
Syslog::HuggleLogs->ErrorLog(_l("user-history-fail", this->User->Username));
this->ui->tableWidget->resizeRowsToContents();
this->qContributions.Delete();
this->timer->stop();
Expand Down

0 comments on commit a5d687d

Please sign in to comment.