]> sigrok.org Git - pulseview.git/commitdiff
Make probes heading translatable
authorJoel Holdsworth <redacted>
Fri, 6 Sep 2013 23:53:08 +0000 (00:53 +0100)
committerJoel Holdsworth <redacted>
Sun, 29 Sep 2013 14:56:12 +0000 (23:56 +0900)
pv/dialogs/decoder.cpp

index 97df5d45f43c605f3d774d25848d4d0557247e93..1611d9b3217c9b22fd75192fc0d956e3d736aca5 100644 (file)
@@ -69,7 +69,7 @@ Decoder::Decoder(QWidget *parent, const srd_decoder *decoder,
        _layout.addWidget(&_form);
        _layout.addWidget(&_button_box);
 
        _layout.addWidget(&_form);
        _layout.addWidget(&_button_box);
 
-       _form_layout.addRow(new QLabel("<h3>Probes</h3>", &_form));
+       _form_layout.addRow(new QLabel(tr("<h3>Probes</h3>"), &_form));
 
        // Add the mandatory probes
        for(probe = decoder->probes; probe; probe = probe->next) {
 
        // Add the mandatory probes
        for(probe = decoder->probes; probe; probe = probe->next) {