[Rt-commit] rt branch, 4.0/toggle-folding, updated. rt-4.0.2-42-g24e9b40
Thomas Sibley
trs at bestpractical.com
Sat Sep 24 18:33:57 EDT 2011
The branch, 4.0/toggle-folding has been updated
via 24e9b40c79dfcc9d0f661934f3631effc0f9053d (commit)
from bd14107fb1407021490f3b7938f657a3c30eda0a (commit)
Summary of changes:
share/html/Ticket/Elements/ShowHistory | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 24e9b40c79dfcc9d0f661934f3631effc0f9053d
Author: Thomas Sibley <trs at bestpractical.com>
Date: Sat Sep 24 18:33:53 2011 -0400
Match the wording of inline quote toggles
diff --git a/share/html/Ticket/Elements/ShowHistory b/share/html/Ticket/Elements/ShowHistory
index 4fd4bc4..d655f94 100755
--- a/share/html/Ticket/Elements/ShowHistory
+++ b/share/html/Ticket/Elements/ShowHistory
@@ -60,8 +60,8 @@ if ($ShowDisplayModes or $ShowTitle) {
if ($ShowDisplayModes) {
$titleright = '';
- my $open_all = $m->interp->apply_escapes( loc("Show all quotes"), 'h' );
- my $close_all = $m->interp->apply_escapes( loc("Hide all quotes"), 'h' );
+ my $open_all = $m->interp->apply_escapes( loc("Show all quoted text"), 'h' );
+ my $close_all = $m->interp->apply_escapes( loc("Hide all quoted text"), 'h' );
$titleright .= '<a href="#" data-direction="open" '
. qq{onclick='return toggle_all_folds(this, "$open_all", "$close_all");'}
. ">$open_all</a> — ";
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list