From bfca9c61b8b40a09450d57eadca33d5ef1191982 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Sat, 24 May 2008 18:11:50 +0200 Subject: [PATCH] Fix style issue (Simon) --- src/sugar/util.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sugar/util.py b/src/sugar/util.py index f885523d..8f81210c 100644 --- a/src/sugar/util.py +++ b/src/sugar/util.py @@ -195,7 +195,8 @@ ELAPSED = _('%s ago') # strings need to be used, then we need to call ngettext() in a fake way so # xgettext will pick them up as plurals. -def ngettext(singular, plural, n): pass +def ngettext(singular, plural, n): + pass # TRANS: Relative dates (eg. 1 month and 5 days). ngettext('%d year', '%d years', 1)