Commit eff2ae46 authored by Claes Sjofors's avatar Claes Sjofors

Xtt eventlog language translation fix

parent 81fe9f73
...@@ -569,7 +569,7 @@ void Hist::stat() ...@@ -569,7 +569,7 @@ void Hist::stat()
} }
hist->reset_nodraw(); hist->reset_nodraw();
set_num_of_events( event_cnt); set_num_of_events( event_cnt);
set_search_string( "Statistics", "", "", ""); set_search_string( Lng::translate("Statistics"), "", "", "");
} }
//sorting function that might be more complicated in the future //sorting function that might be more complicated in the future
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment