CVSROOT:        /cvs/cluster
Module name:    conga
Branch:         RHEL5
Changes by:     [EMAIL PROTECTED]       2007-08-08 22:35:03

Modified files:
        luci/storage   : form-macros 

Log message:
        Fix 250837: grammar error when attempting to add physical volumes to a 
volume group

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.17.2.7&r2=1.17.2.8

--- conga/luci/storage/form-macros      2007/06/27 06:40:45     1.17.2.7
+++ conga/luci/storage/form-macros      2007/08/08 22:35:02     1.17.2.8
@@ -896,7 +896,7 @@
    <div metal:use-macro="here/form-macros/macros/form-scripts"/>
    <span tal:omit-tag="" 
          tal:condition="not: mapper/new_sources">
-    There is no available <span tal:replace="mapper/pretty_sources_name"/> to 
be added to <span tal:replace="mapper/pretty_type"/> '<span 
tal:replace="mapper/pretty_name"/>'. 
+    There are no available <span tal:replace="mapper/pretty_sources_name"/> to 
be added to <span tal:replace="mapper/pretty_type"/> '<span 
tal:replace="mapper/pretty_name"/>'. 
      <br/>
      <br/>
     <a tal:define="go_to_mapper_url  python:'./?pagetype=52&mapper_type=' + 
mapper['mapper_type'] + '&mapper_id=' + mapper['mapper_id'] + '&storagename=' + 
storagename" 

Reply via email to