[Rt-commit] rt branch, 4.0/loc-cleanups, updated. rt-4.0.1rc1-13-gc641cd6
Shawn Moore
sartak at bestpractical.com
Mon May 23 18:46:31 EDT 2011
The branch, 4.0/loc-cleanups has been updated
via c641cd6c33dfb6fac2dd57b28144a7da71cda261 (commit)
from 0edc32ef56908f2e764fef94ab08ed9fea8d29cb (commit)
Summary of changes:
share/html/Install/index.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit c641cd6c33dfb6fac2dd57b28144a7da71cda261
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon May 23 18:45:16 2011 -0400
Cute trick: use the same Let's go! as the actual translation
That way this pointer and the actual button's label match up, even
if the rest of this string isn't translated
diff --git a/share/html/Install/index.html b/share/html/Install/index.html
index 66034b1..41610d7 100644
--- a/share/html/Install/index.html
+++ b/share/html/Install/index.html
@@ -76,7 +76,7 @@
<h2><% loc('Getting started') %></h2>
<p>
<b>
-<&|/l&>You're seeing this screen because you started up an RT server without a working database. Most likely, this is the first time you're running RT. If you click <i>Let's go!</i> below, RT will guide you through setting up your RT server and database.</&>
+<&|/l, loc("Let's go!") &>You're seeing this screen because you started up an RT server without a working database. Most likely, this is the first time you're running RT. If you click "[_1]" below, RT will guide you through setting up your RT server and database.</&>
</b>
</p>
<p>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list