# HG changeset patch # User Chris Cannam # Date 1524578625 -3600 # Node ID 07bd0eaa8114aece6f29ca4a27094c615ee12c91 # Parent 9db7ad441ea6054b425fa3ff3a6b74456099b24f Note to translators not to translate "Space" diff -r 9db7ad441ea6 -r 07bd0eaa8114 main/MainWindow.cpp --- a/main/MainWindow.cpp Tue Apr 24 14:14:58 2018 +0100 +++ b/main/MainWindow.cpp Tue Apr 24 15:03:45 2018 +0100 @@ -2063,7 +2063,14 @@ m_playAction = toolbar->addAction(il.load("playpause"), tr("Play / Pause")); m_playAction->setCheckable(true); + + /*: This text is a shortcut label referring to the space-bar on + the keyboard. It probably should not be translated, and + certainly should not be translated as if referring to an empty + void or to the extra-terrestrial universe. + */ m_playAction->setShortcut(tr("Space")); + m_playAction->setStatusTip(tr("Start or stop playback from the current position")); connect(m_playAction, SIGNAL(triggered()), this, SLOT(play())); connect(m_playSource, SIGNAL(playStatusChanged(bool)),