diff --git a/rtgui/editorpanel.cc b/rtgui/editorpanel.cc
index b7bc6a3ec..bcdd2899e 100644
--- a/rtgui/editorpanel.cc
+++ b/rtgui/editorpanel.cc
@@ -465,7 +465,7 @@ void EditorPanel::info_toggled () {
// M("QINFO_FOCALLENGTH"), idata->getFocalLen())
// + Glib::ustring::compose ("%1: %2", M("QINFO_LENS"), Glib::ustring(idata->getLens()));
infoString = Glib::ustring::compose (
- "%1 + %2\n%3s f/%4 %5%6 f=%7mm",
+ "%1 + %2\n%3s f/%4 %5%6 f=%7mm",
Glib::ustring(idata->getModel()),
Glib::ustring(idata->getLens()),
Glib::ustring(idata->shutterToString(idata->getShutterSpeed())),