diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-08-28 12:40:54 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-08-28 12:40:54 +0800 |
commit | ee7d216baddea16375063b05934464a0462ae970 (patch) | |
tree | f58d0a2a9cefca477af7a20cb78c7630ea4997a1 /indra/newview/English.lproj/InfoPlist.strings | |
parent | e06d92b387daa967532660aa22f08b02a8f61e24 (diff) |
Replace SL & Linden brands on macOS
Diffstat (limited to 'indra/newview/English.lproj/InfoPlist.strings')
-rw-r--r-- | indra/newview/English.lproj/InfoPlist.strings | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/English.lproj/InfoPlist.strings b/indra/newview/English.lproj/InfoPlist.strings index 041b8cea0b..58be86579c 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 = "Megapahit"; -CFBundleShortVersionString = "Second Life version %%VERSION%%"; -CFBundleGetInfoString = "Second Life version %%VERSION%%, Copyright 2004 Linden Research, Inc."; +CFBundleShortVersionString = "Megapahit version %%VERSION%%"; +CFBundleGetInfoString = "Megapahit version %%VERSION%%, Copyright 2023 Megapahit."; |