]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/iconsizegroupbox.cpp
assure that no expensive operations are done when the Information Panel has been...
[dolphin.git] / src / iconsizegroupbox.cpp
index 7fa6790cf75d2d3c730d688b9e13dd50cfc63058..8e075ed8f19baea93e67eb166a4ebd0f9b11eef9 100644 (file)
@@ -106,7 +106,7 @@ void IconSizeGroupBox::slotPreviewSliderMoved(int value)
 void IconSizeGroupBox::showToolTip(QSlider* slider, int value)
 {
     const int size = ZoomLevelInfo::iconSizeForZoomLevel(value);
-    slider->setToolTip(i18nc("@info:tooltip", "Size: %1 pixels", size));
+    slider->setToolTip(i18ncp("@info:tooltip", "Size: 1 pixel", "Size: %1 pixels", size));
     QPoint global = slider->rect().topLeft();
     global.ry() += slider->height() / 2;
     QHelpEvent toolTipEvent(QEvent::ToolTip, QPoint(0, 0), slider->mapToGlobal(global));