[pitivi: 3/8] Effects: make the "All effects" string translatable for audio_effects



commit d566c527dbe7300990c11b2dcb1d99cb0c0a7152
Author: Thibault Saunier <thibault saunier collabora co uk>
Date:   Wed Jan 19 11:22:50 2011 +0100

    Effects: make the "All effects" string translatable for audio_effects

 pitivi/effects.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/effects.py b/pitivi/effects.py
index 16f8422..3f7b36a 100644
--- a/pitivi/effects.py
+++ b/pitivi/effects.py
@@ -60,7 +60,7 @@ class EffectsHandler(object):
     """
     def __init__(self):
         object.__init__(self)
-        self._audio_categories_effects = (("All effects", ("")),)
+        self._audio_categories_effects = ((_("All effects"), ("")),)
         self._video_categories_effects = (
             (_("All effects"), ("")),
             (_("Colors"), ("cogcolorspace", "alphacolor", "videobalance",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]