diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-03-30 11:07:03 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-03-30 11:07:03 +0000 |
| commit | 994dad35e90a0023acd62c6b434b5728c0f15d1e (patch) | |
| tree | 414b76cae827fd335814215222141bf3f774e34a /lib/python | |
| parent | 176c7eb91deb951bfeeadf00d600c78df939f6df (diff) | |
| download | enigma2-994dad35e90a0023acd62c6b434b5728c0f15d1e.tar.gz enigma2-994dad35e90a0023acd62c6b434b5728c0f15d1e.zip | |
change "Behaviour" to "Behavior" in all files ... including all
translations.. so no new translation is needed
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/Extensions/CutListEditor/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/CutListEditor/plugin.py b/lib/python/Plugins/Extensions/CutListEditor/plugin.py index 76a7bdc8..78b2bacb 100644 --- a/lib/python/Plugins/Extensions/CutListEditor/plugin.py +++ b/lib/python/Plugins/Extensions/CutListEditor/plugin.py @@ -393,7 +393,7 @@ Then seek to the end, press OK, select 'end cut'. That's it. bisect.insort(self.cut_list, (self.context_position, 1)) self.uploadCuesheet() - # we modify the "play" behaviour a bit: + # we modify the "play" behavior a bit: # if we press pause while being in slowmotion, we will pause (and not play) def playpauseService(self): if self.seekstate != self.SEEK_STATE_PLAY and not self.isStateSlowMotion(self.seekstate): |
