* typo in define, fixed.
authorWilfried Göesgens <willi@citadel.org>
Thu, 29 Jul 2010 22:02:58 +0000 (22:02 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 29 Jul 2010 22:02:58 +0000 (22:02 +0000)
webcit/static/t/room/edit/tab_expire.html

index 20b152fe835f87e272b3a62a232b33e30f598adf..cbee5877d6c10941c61ac62378123c80c9ea7de2 100644 (file)
@@ -17,7 +17,7 @@
                                        <input type="radio" name="roompolicy" value="1" <?%("COND:EXPIRE:MODE", 1, #"mailboxespolicy", #"EXPIRE_MANUAL", 'checked="checked"',"")> />&nbsp;
                                        <?_("Never automatically expire messages")>
                                        <br />
-                                       <input type="radio" name="roompolicy" value="2" <?%("COND:EXPIRE:MODE", 2, #"mailboxespolicy", #"EXPIRE_NUMMSG", 'checked="checked"', "")> />&nbsp;
+                                       <input type="radio" name="roompolicy" value="2" <?%("COND:EXPIRE:MODE", 2, #"mailboxespolicy", #"EXPIRE_NUMMSGS", 'checked="checked"', "")> />&nbsp;
                                        <?_("Expire by message count")>
                                        <br />
                                        <input type="radio" name="roompolicy" value="3" <?%("COND:EXPIRE:MODE", 1, #"mailboxespolicy", #"EXPIRE_AGE", 'checked="checked"', "")> />&nbsp;