i18n fixes.
[ardour.git] / gtk2_ardour / latency_gui.cc
index 73b6bf1a3070727829139e7a4620aa754b5913f8..c7e5693f0120c01ad4201e785b603ad75eff250e 100644 (file)
@@ -52,7 +52,7 @@ LatencyGUI::LatencyGUI (Latent& l, framepos_t sr, framepos_t psz)
 {
        Widget* w;
 
-       if (unit_strings.empty()) {
+       if (!unit_strings.empty()) {
                unit_strings = I18N (_unit_strings);
        }