ToastFreeware
/
gregoa
/
zavai.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of ssh://ciapino/root/zavai
[gregoa/zavai.git]
/
plugins
/
60_audio_notes.py
diff --git
a/plugins/60_audio_notes.py
b/plugins/60_audio_notes.py
index 66b0d493cec23cfcc63a56426d21234ec59fa079..d2745b3df795d4c7888555813e177f26b7083915 100644
(file)
--- a/
plugins/60_audio_notes.py
+++ b/
plugins/60_audio_notes.py
@@
-9,7
+9,7
@@
class AudioNotes(gtk.ToggleAction):
def __init__(self, registry, **kw):
self.state = 0
def __init__(self, registry, **kw):
self.state = 0
- super(AudioNotes, self).__init__("menu.main.
notes.audio
", self.states[self.state], None, None)
+ super(AudioNotes, self).__init__("menu.main.
organiser.audionote
", self.states[self.state], None, None)
self.registry = registry
self.recorder = zavai.Recorder(registry)
self.registry = registry
self.recorder = zavai.Recorder(registry)