diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml
index e02bb00c0a..bed5b4c873 100644
--- a/resources/qml/Sidebar.qml
+++ b/resources/qml/Sidebar.qml
@@ -350,12 +350,12 @@ Rectangle
var total_seconds = parseInt(base.printDuration.getDisplayString(UM.DurationFormat.Seconds))
// A message is created and displayed when the user hover the time label
- var tooltip_html = "%1
" + feature + " (in a more verbose language): | " + + tooltip_html += "||
" + feature + ": | " + "%1 | ".arg(print_time[feature].getDisplayString(UM.DurationFormat.ISO8601).slice(0,-3)) + "%1% | ".arg(Math.round(100 * parseInt(print_time[feature].getDisplayString(UM.DurationFormat.Seconds)) / total_seconds)) + "