| author | Ken Walker | 2012-02-01 15:55:15 (EST) |
|---|---|---|
| committer | John Arthorne | 2012-02-01 15:55:15 (EST) |
| commit | 72c1c55b1adaf30eec9f15792f36c6c886fb6431 (patch) (side-by-side diff) | |
| tree | 6a3442b1e959946f9f2c445db483ac6e4fe6f698 | |
| parent | 8b7a640efc346d175a89c7c9e01895b4d973eb51 (diff) | |
| download | org.eclipse.orion.client-72c1c55b1adaf30eec9f15792f36c6c886fb6431.zip org.eclipse.orion.client-72c1c55b1adaf30eec9f15792f36c6c886fb6431.tar.gz org.eclipse.orion.client-72c1c55b1adaf30eec9f15792f36c6c886fb6431.tar.bz2 | |
Bug 370371 - Beta warning label too long on iPad
| -rw-r--r-- | bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js b/bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js index 4ae1a4a..d903ebf 100644 --- a/bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js +++ b/bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js @@ -47,7 +47,7 @@ define(['require'], var bottomHTMLFragment = '<div class="layoutBlock">' + '<div class="footerBlock">' + - 'This is a Beta build of Orion. Please try it out but BEWARE your data may be lost.' + + 'Orion is in Beta. Please try it out but BEWARE your data may be lost.' + '</div>' + '<div class="footerRightBlock">' + '<a href="http://wiki.eclipse.org/Orion/FAQ" target="_blank">FAQ</a> | ' + |

