From 7a0e312418db65930b50340123a8eb0c873b8831 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Mon, 29 Jun 2020 13:06:07 -0400 Subject: [PATCH] More brandizing --- indra/newview/English.lproj/InfoPlist.strings | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/indra/newview/English.lproj/InfoPlist.strings b/indra/newview/English.lproj/InfoPlist.strings index 041b8cea0b0..dfce6a492ac 100644 --- a/indra/newview/English.lproj/InfoPlist.strings +++ b/indra/newview/English.lproj/InfoPlist.strings @@ -1,7 +1,7 @@ /* Localized versions of Info.plist keys */ -CFBundleName = "Second Life"; +CFBundleName = "Alchemy"; -CFBundleShortVersionString = "Second Life version %%VERSION%%"; -CFBundleGetInfoString = "Second Life version %%VERSION%%, Copyright 2004 Linden Research, Inc."; +CFBundleShortVersionString = "Alchemy version %%VERSION%%"; +CFBundleGetInfoString = "Alchemy version %%VERSION%%, Copyright © 2013-2020 Alchemy Development Group"; -- GitLab