[Rt-commit] rt branch, 4.0/loc-cleanups, updated. rt-4.0.1rc1-6-g73d4de1
Shawn Moore
sartak at bestpractical.com
Mon May 23 17:42:37 EDT 2011
The branch, 4.0/loc-cleanups has been updated
via 73d4de1b86379abfac4cc458d474029659cdad75 (commit)
from 4ccab9be34ca500d84a51dea3af67baec778c716 (commit)
Summary of changes:
share/html/User/Prefs.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 73d4de1b86379abfac4cc458d474029659cdad75
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon May 23 17:41:08 2011 -0400
Move <p> tags outside of a loc string
diff --git a/share/html/User/Prefs.html b/share/html/User/Prefs.html
index 0ace58a..702b760 100755
--- a/share/html/User/Prefs.html
+++ b/share/html/User/Prefs.html
@@ -177,7 +177,7 @@
<tr><td colspan="2" valign="top" class="boxcontainer">
<&| /Widgets/TitleBox, title => loc('Secret authentication token'), id => "user-prefs-feeds" &>
-<&|/l&><p>All iCal feeds embed a secret token which authorizes you. If the URL one of your iCal feeds got exposed to the outside world, you can get a new secret, <b>breaking all existing iCal feeds</b> below.</p></&>
+<p><&|/l&>All iCal feeds embed a secret token which authorizes you. If the URL one of your iCal feeds got exposed to the outside world, you can get a new secret, <b>breaking all existing iCal feeds</b> below.</&></p>
<& /Elements/Submit, Label => loc('Reset secret authentication token'), Name => "ResetAuthToken" &>
</&>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list