Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-12-07 19:30:48 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-12-07 19:30:48 (GMT)
commita5ce6a14580e85ab23fa37420d24c9223349fa86 (patch)
treeae7748654b4395516bc8dd9f8a460ca425a8104d /constants.py
parent3cede3a183fdc621a03a74bde894b5aaffddafcd (diff)
yet more .po
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@946 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index 5f0055f..0be8faf 100644
--- a/constants.py
+++ b/constants.py
@@ -166,6 +166,7 @@ class Constants:
istrNoiseSensitivity = _("Noise Sensitivity")
istrQuick = _("Quick")
istrSharpness = _("Sharpness")
+ istrCapacity = _("Capacity")
mediaTypes = {}
mediaTypes[TYPE_PHOTO] = {keyName:"photo", keyMime:"image/jpeg", keyExt:"jpg", keyIstr:istrPhoto}