From aa706e5f8d1684f38edf3f088cd4887c14f852a7 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Sat, 24 Mar 2018 19:42:53 -0400 Subject: [PATCH] + source typo --- rtgui/preferences.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/preferences.cc b/rtgui/preferences.cc index 8cefc4b9e..e8a5f7b49 100644 --- a/rtgui/preferences.cc +++ b/rtgui/preferences.cc @@ -1528,7 +1528,7 @@ Gtk::Widget* Preferences::getSoundPanel () txtSndLngEditProcDone = Gtk::manage (new Gtk::Entry()); pSndLngEditProcDone->pack_start (*txtSndLngEditProcDone, Gtk::PACK_EXPAND_WIDGET, 4); - Gtk::Label* lSndLngEditProcDoneSecs = Gtk::manage (new Gtk::Label (M ("PREFERENCES_SND_TRESHOLDSECS") + Glib::ustring (":"))); + Gtk::Label* lSndLngEditProcDoneSecs = Gtk::manage (new Gtk::Label (M ("PREFERENCES_SND_THRESHOLDSECS") + Glib::ustring (":"))); pSndLngEditProcDone->pack_start (*lSndLngEditProcDoneSecs, Gtk::PACK_SHRINK, 12); spbSndLngEditProcDoneSecs = Gtk::manage ( new Gtk::SpinButton () );