diff options
author | Oz Linden <oz@lindenlab.com> | 2015-11-13 17:19:28 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-11-13 17:19:28 -0500 |
commit | 317644f5d575ecd4e734c9a5327f2a062ebf914a (patch) | |
tree | 7b395b77cfa47793b15ca682ee42985467cb5c18 /indra/newview/skins/default/xui/en | |
parent | 0dcc278305d8c28d3c49eb652c062c53ee91fe5b (diff) |
MAINT-5860: remove timestamp from the about box (version id is enough)
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 4eb6e2462d..ce0cc48c57 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -22,7 +22,7 @@ <!-- about dialog/support string--> <string name="AboutHeader"> -[APP_NAME] [VIEWER_VERSION_0].[VIEWER_VERSION_1].[VIEWER_VERSION_2] ([VIEWER_VERSION_3]) [BUILD_DATE] [BUILD_TIME] ([CHANNEL]) +[APP_NAME] [VIEWER_VERSION_0].[VIEWER_VERSION_1].[VIEWER_VERSION_2].[VIEWER_VERSION_3] [BUILD_DATE] [BUILD_TIME] ([CHANNEL]) [[VIEWER_RELEASE_NOTES_URL] [ReleaseNotes]] </string> <string name="AboutCompiler">Built with [COMPILER] version [COMPILER_VERSION]</string> |