Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/composant_notes.py
diff options
context:
space:
mode:
Diffstat (limited to 'composant_notes.py')
-rwxr-xr-xcomposant_notes.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/composant_notes.py b/composant_notes.py
index 1ea2b8d..f6d5ed8 100755
--- a/composant_notes.py
+++ b/composant_notes.py
@@ -104,6 +104,10 @@ class ComposantNotes(Observable):
self.listeNOT.append(obj)
labelNOT = definirLabel(TXT_NOT + " : ")
self.texteNOT = definirButton(" ")
+ # TRANS: In music transposition refers to the process, or
+ # operation, of moving a collection of notes (pitches or pitch
+ # classes) up or down in pitch by a constant interval.
+ # -- http://en.wikipedia.org/wiki/Transposition_(music)
labelTRS, self.comboTRS = definirLabelCombo(_("Transposition"), LISTE_NOMS_NOTES)
tlbNOT = definirHBOX(self.listeNOT, True, True)
tlbNOT = definirTOOLBAR([tlbNOT])