projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7112a45
)
Make probes heading translatable
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Fri, 6 Sep 2013 23:53:08 +0000
(
00:53
+0100)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 29 Sep 2013 14:56:12 +0000
(23:56 +0900)
pv/dialogs/decoder.cpp
patch
|
blob
|
history
diff --git
a/pv/dialogs/decoder.cpp
b/pv/dialogs/decoder.cpp
index 97df5d45f43c605f3d774d25848d4d0557247e93..1611d9b3217c9b22fd75192fc0d956e3d736aca5 100644
(file)
--- a/
pv/dialogs/decoder.cpp
+++ b/
pv/dialogs/decoder.cpp
@@
-69,7
+69,7
@@
Decoder::Decoder(QWidget *parent, const srd_decoder *decoder,
_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) {