summaryrefslogtreecommitdiff
path: root/muse2/muse/transport.cpp
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-12-12 10:30:39 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-12-12 10:30:39 +0000
commitcf0828dc76ddc11de107bc65ddada38d03404030 (patch)
tree2c56dd018886f2332330d4c98a46b05a23a3ab14 /muse2/muse/transport.cpp
parenta4d6602deb9e55720659df425664c554be6e4a7a (diff)
Translations are now handled by cmake. Updated the Russian translation. Added -l flag to override system locale.
Diffstat (limited to 'muse2/muse/transport.cpp')
-rw-r--r--muse2/muse/transport.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/muse2/muse/transport.cpp b/muse2/muse/transport.cpp
index 4dc59b93..57cbf123 100644
--- a/muse2/muse/transport.cpp
+++ b/muse2/muse/transport.cpp
@@ -35,12 +35,12 @@
#include "gconfig.h"
#include "app.h"
-static const char* recordTransportText = QT_TR_NOOP("Click this button to enable recording");
-static const char* stopTransportText = QT_TR_NOOP("Click this button to stop playback");
-static const char* playTransportText = QT_TR_NOOP("Click this button to start playback");
-static const char* startTransportText = QT_TR_NOOP("Click this button to rewind to start position");
-static const char* frewindTransportText = QT_TR_NOOP("Click this button to rewind");
-static const char* fforwardTransportText = QT_TR_NOOP("Click this button to forward current play position");
+static const char* recordTransportText = QT_TRANSLATE_NOOP("@default", "Click this button to enable recording");
+static const char* stopTransportText = QT_TRANSLATE_NOOP("@default", "Click this button to stop playback");
+static const char* playTransportText = QT_TRANSLATE_NOOP("@default", "Click this button to start playback");
+static const char* startTransportText = QT_TRANSLATE_NOOP("@default", "Click this button to rewind to start position");
+static const char* frewindTransportText = QT_TRANSLATE_NOOP("@default", "Click this button to rewind");
+static const char* fforwardTransportText = QT_TRANSLATE_NOOP("@default", "Click this button to forward current play position");
//---------------------------------------------------------
// toolButton