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),