From ba2a01bceb94ede8c9a80484e3eebf2a6194b44d Mon Sep 17 00:00:00 2001 From: salles Date: Sat, 15 Apr 2006 17:16:29 +0200 Subject: [PATCH] On change les images des icones pour tre plus agrable lire par un francophone. darcs-hash:20060415151629-72cb0-8effdd0373526dba7c7e6aeefcc9bbbf5bdfeadf.gz --- wiki/theme/crans.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/theme/crans.py b/wiki/theme/crans.py index 6ff4ca14..0ab03e30 100644 --- a/wiki/theme/crans.py +++ b/wiki/theme/crans.py @@ -40,9 +40,9 @@ class ThemeCrans(ThemeBase): 'attach': ("%(attach_count)s", "moin-attach.png", 7, 15), # RecentChanges 'rss': (_("[RSS]"), "moin-rss.png", 36, 14), - 'deleted': (_("[DELETED]"), "moin-deleted.png",60, 12), - 'updated': (_("[UPDATED]"), "moin-updated.png",60, 12), - 'new': (_("[NEW]"), "moin-new.png", 31, 12), + 'deleted': (_("[DELETED]"), "moin-supprime.png",51, 12), + 'updated': (_("[UPDATED]"), "moin-modifie.png",45, 12), + 'new': (_("[NEW]"), "moin-nouveau.png", 51, 12), 'diffrc': (_("[DIFF]"), "moin-diff.png", 22, 22), # General 'bottom': (_("[BOTTOM]"), "moin-bottom.png", 14, 10),