diff options
author | Ludovic Court`es | 2007-06-06 12:30:58 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-06-06 12:30:58 +0000 |
commit | 7361491aae0598e1cd227984c9a7ccde7ee98582 (patch) | |
tree | 8e1ad7368dad23e3ff165500ac0df558d7391c7e /src/guile/skribilo/utils/syntax.scm | |
parent | 6ec84d65e48bf0e6f7b682afdfed9f081d8baea7 (diff) | |
download | skribilo-7361491aae0598e1cd227984c9a7ccde7ee98582.tar.gz skribilo-7361491aae0598e1cd227984c9a7ccde7ee98582.tar.lz skribilo-7361491aae0598e1cd227984c9a7ccde7ee98582.zip |
More linting.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-62
Diffstat (limited to 'src/guile/skribilo/utils/syntax.scm')
-rw-r--r-- | src/guile/skribilo/utils/syntax.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile/skribilo/utils/syntax.scm b/src/guile/skribilo/utils/syntax.scm index 6a99771..adf4297 100644 --- a/src/guile/skribilo/utils/syntax.scm +++ b/src/guile/skribilo/utils/syntax.scm @@ -90,7 +90,7 @@ (gettext msg %skribilo-text-domain)) (define (N_ msg msgplural n) - (ngettext msg msg plural n %skribilo-text-domain)) + (ngettext msg msgplural n %skribilo-text-domain)) ;;; arch-tag: 9a0e0638-64f0-480a-ab19-49e8bfcbcd9b |