Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2010-06-11 15:38:04 (GMT)
committer Daniel Drake <dsd@laptop.org>2010-06-11 15:38:04 (GMT)
commit0d524e62b8d035357165d44a7713da3f1d45e485 (patch)
tree0ddd625591d7fb146638a5a936a2ace25a225f6b /constants.py
parentf2b6f168366d976923c544075c9ff36ac3e01775 (diff)
Remove Best quality video option
Recording in this mode is too taxing for the XO-1 and even the XO-1.5. The A/V sync is lost. Without significant changes, recording at this resolution/quality is unlikely to be successful on anything except a high end system.
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 29f674c..1c39e97 100644
--- a/constants.py
+++ b/constants.py
@@ -149,7 +149,6 @@ class Constants:
istrFramesPerSecond = _("%(1)s frames per second")
istrQuality = _("Quality")
istrDefault = _("Default")
- istrBestQuality = _("Best")
istrHighQuality = _("High")
istrLowQuality = _("Low")
istrLargeFile = _("Large file")