[apps/regression] Change name of mean dot

Change-Id: I7871d9fb0db40564daf0fbd33ed59b8fcc07914c
This commit is contained in:
Émilie Feral
2017-06-09 10:20:40 +02:00
parent 2ca78887a2
commit 3a9bfed08a
3 changed files with 4 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ void GraphController::reloadBannerView() {
strlcpy(buffer, legend, legendLength+1);
numberOfChar += legendLength;
if (m_selectedDotIndex == m_store->numberOfPairs()) {
legend = I18n::translate(I18n::Message::Mean);
legend = I18n::translate(I18n::Message::MeanDot);
legendLength = strlen(legend);
strlcpy(buffer+numberOfChar, legend, legendLength+1);
numberOfChar += legendLength;