Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-04-20 17:01:08 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-04-20 17:01:08 (GMT)
commit7e0db27681e02da2769534de19994887b8202e5b (patch)
treed682e60937883379d21aabae3efcf71903c5efcc
parentbef1f0844c9387f53f828038d5e282643e81b3f6 (diff)
Remove redundant i18n string
-rw-r--r--constants.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/constants.py b/constants.py
index 16a1fc9..3430e39 100644
--- a/constants.py
+++ b/constants.py
@@ -2,7 +2,6 @@
import os
import gtk
from gettext import gettext as gt
-from gettext import ngettext
import hippo
import sugar.graphics.style
@@ -171,7 +170,6 @@ class Constants:
istrPreferences = _("Preferences")
istrFreeSpace = _("Free space:")
#TRANS: 7 photos
- istrNumPhotos = ngettext("%(1)s photo", "%(1)s photos")
istrBitrate = _("Bitrate")
istrMaxBitrate = _("Maximum Bitrate")
istrMinBitrate = _("Minumum Bitrate")