diff options
Diffstat (limited to 'plugins/HistoryStats/src/statistic.cpp')
| -rw-r--r-- | plugins/HistoryStats/src/statistic.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/src/statistic.cpp b/plugins/HistoryStats/src/statistic.cpp index 0d9b1deea9..b064304cbf 100644 --- a/plugins/HistoryStats/src/statistic.cpp +++ b/plugins/HistoryStats/src/statistic.cpp @@ -1352,7 +1352,7 @@ bool Statistic::createStatisticsSteps()  	array_each_(i, stepsInfo)
  	{
 -		setProgressLabel(false, TranslateTS(stepsInfo[i].stepMsg));
 +		setProgressLabel(false, TranslateW(stepsInfo[i].stepMsg));
  		if (!(this->*stepsInfo[i].stepFn)())
  			return false;
  | 
