summaryrefslogtreecommitdiff
path: root/noncore/multimedia/powerchord
authorllornkcor <llornkcor>2004-05-20 07:58:26 (UTC)
committer llornkcor <llornkcor>2004-05-20 07:58:26 (UTC)
commit7ee7f26e39ef6c3ed164f307c1c3906961c1b189 (patch) (side-by-side diff)
tree4d6a115e4a6689d301ad71da6ed525cf8bae2426 /noncore/multimedia/powerchord
parent420ff47802ca39867e9f16b4d6c38be27f2e7c14 (diff)
downloadopie-7ee7f26e39ef6c3ed164f307c1c3906961c1b189.zip
opie-7ee7f26e39ef6c3ed164f307c1c3906961c1b189.tar.gz
opie-7ee7f26e39ef6c3ed164f307c1c3906961c1b189.tar.bz2
add tr
Diffstat (limited to 'noncore/multimedia/powerchord') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/powerchord/powerchordbase.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/noncore/multimedia/powerchord/powerchordbase.cpp b/noncore/multimedia/powerchord/powerchordbase.cpp
index 0694ba3..92198bf 100644
--- a/noncore/multimedia/powerchord/powerchordbase.cpp
+++ b/noncore/multimedia/powerchord/powerchordbase.cpp
@@ -398,3 +398,4 @@ void PowerchordBase::transport_rec_cb(){
if (!known){
- QMessageBox::information(this, "Powerchord", "This chord has been saved\ninto the list of chords,\nfor later playback.");
+ QMessageBox::information(this, tr("Powerchord"),
+ tr("<P>This chord has been saved into the list of chords, for later playback.<P>");
known = 1;
@@ -441,3 +442,4 @@ void PowerchordBase::play_chord_cb(){
// error
- QMessageBox::information(this, "Powerchord", "Unable to open device for sound playback - check that no other application is using it.");
+ QMessageBox::information(this, tr("Powerchord"),
+ tr("<P>Unable to open device for sound playback - check that no other application is using it.</P>"));
return;
@@ -532,3 +534,5 @@ void PowerchordBase::tuner_cb(){
void PowerchordBase::tuner_start_cb(){
- if (0 == QMessageBox::information(this, "Powerchord", "Using the microphone,\nthe note's frequency\nis analysed. This\nis a simulation.", "OK", "Cancel", 0, 1)){
+ if (0 == QMessageBox::information(this, tr("Powerchord"),
+ tr("<P>Using the microphone, the note's frequency is analysed. This is a simulation.</P>"),
+ tr("OK"), tr("Cancel"), 0, 1)){
if (simulation_timer){