Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-04-13 17:26:54 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-04-13 17:26:54 (GMT)
commitbef1f0844c9387f53f828038d5e282643e81b3f6 (patch)
tree712213d9fbdb7b021bfb5b0046ceced0a0148b8a /constants.py
parent27ee2e54dadefcad1fd498efbe43c8e58390d0d3 (diff)
Improper i18n string in record-activity #1939
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 0e131aa..16a1fc9 100644
--- a/constants.py
+++ b/constants.py
@@ -2,6 +2,7 @@
import os
import gtk
from gettext import gettext as gt
+from gettext import ngettext
import hippo
import sugar.graphics.style
@@ -170,7 +171,7 @@ class Constants:
istrPreferences = _("Preferences")
istrFreeSpace = _("Free space:")
#TRANS: 7 photos
- istrNumPhotos = _("%(1)s photos")
+ istrNumPhotos = ngettext("%(1)s photo", "%(1)s photos")
istrBitrate = _("Bitrate")
istrMaxBitrate = _("Maximum Bitrate")
istrMinBitrate = _("Minumum Bitrate")