[Rt-commit] rt branch, 4.2/show-dependency-status, updated. rt-4.0.4-303-g7d4f048

Thomas Sibley trs at bestpractical.com
Thu Jan 12 14:19:28 EST 2012


The branch, 4.2/show-dependency-status has been updated
       via  7d4f0489343fc0f3aec128c34e32755ee94a5f57 (commit)
      from  3e96578c689b53cb519d209ebfcdb751339942ce (commit)

Summary of changes:
 share/html/Ticket/Elements/ShowDependencyStatus |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 7d4f0489343fc0f3aec128c34e32755ee94a5f57
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Jan 12 14:17:16 2012 -0500

    Match tense with the count when we only have on DependsOn

diff --git a/share/html/Ticket/Elements/ShowDependencyStatus b/share/html/Ticket/Elements/ShowDependencyStatus
index 59085db..4de49ee 100644
--- a/share/html/Ticket/Elements/ShowDependencyStatus
+++ b/share/html/Ticket/Elements/ShowDependencyStatus
@@ -57,7 +57,7 @@
   <&|/l&>This ticket cannot be resolved until it is approved.</&>
 % } else {
   <span class="summary"><&|/l, $depends &>Pending [quant,_1,ticket,tickets].</&></span>
-  <&|/l&>This ticket cannot be resolved until its dependencies are resolved.</&>
+  <&|/l, $depends &>This ticket cannot be resolved until its [numerate,_1,dependency is,dependencies are] resolved.</&>
 % }
 </div>
 <%args>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list