Histogram scaling toolip updated

This commit is contained in:
Thanatomanic
2018-07-02 19:01:34 +02:00
parent bb2631d3fb
commit 860fb73cd4
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ HistogramPanel::HistogramPanel ()
showValue->set_tooltip_text (M("HISTOGRAM_TOOLTIP_L"));
showChro->set_tooltip_text (M("HISTOGRAM_TOOLTIP_CHRO"));
showRAW->set_tooltip_text (M("HISTOGRAM_TOOLTIP_RAW"));
showMode->set_tooltip_text (M("HISTOGRAM_TOOLTIP_FULL")); // needs replacement!
showMode->set_tooltip_text (M("HISTOGRAM_TOOLTIP_MODE"));
showBAR->set_tooltip_text (M("HISTOGRAM_TOOLTIP_BAR"));
buttonGrid = Gtk::manage (new Gtk::Grid ());