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:41:25 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-12-07 19:41:25 (GMT)
commit1172a050aef141d01d8ff6fa38b80e78d0b31275 (patch)
tree932318cc464243f4115cb06b14c6e2ff4f3ea40e /constants.py
parenta5ce6a14580e85ab23fa37420d24c9223349fa86 (diff)
git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/45@950 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/constants.py b/constants.py
index 0be8faf..d7645e4 100644
--- a/constants.py
+++ b/constants.py
@@ -16,7 +16,7 @@ import pangocairo
class Constants:
- VERSION = 44
+ VERSION = 45
SERVICE = "org.laptop.Record"
IFACE = SERVICE
@@ -124,7 +124,7 @@ class Constants:
istrAddFrame = _("Add frame")
istrRemoveFrame = _("Remove frame")
istrFramesPerSecond = _("%(1)s frames per second")
- istrQuality = _("Quality:")
+ istrQuality = _("Quality")
istrDefault = _("Default")
istrBestQuality = _("Best")
istrHighQuality = _("High")