diff options
author | Jackson Huffstutler <jack.huffstutler@gmail.com> | 2022-10-19 16:03:18 -0500 |
---|---|---|
committer | IroncladLandship <jack.huffstutler@gmail.com> | 2022-10-19 16:03:18 -0500 |
commit | d7478c14fdbbe1554d8bb434ecc9afefd23bd5a5 (patch) | |
tree | c77431da61ed305c8a862b94b3753e94022ad488 /program_info | |
parent | 41032aaac26eee06c9f9eec183da3df3beee41bc (diff) | |
download | PrismLauncher-d7478c14fdbbe1554d8bb434ecc9afefd23bd5a5.tar.gz PrismLauncher-d7478c14fdbbe1554d8bb434ecc9afefd23bd5a5.tar.bz2 PrismLauncher-d7478c14fdbbe1554d8bb434ecc9afefd23bd5a5.zip |
Renamed inappropriate instances of "PrismLauncher" to "Prism Launcher"
Signed-off-by: IroncladLandship <jack.huffstutler@gmail.com>
Diffstat (limited to 'program_info')
-rw-r--r-- | program_info/README.md | 4 | ||||
-rw-r--r-- | program_info/org.prismlauncher.PrismLauncher.metainfo.xml.in | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/program_info/README.md b/program_info/README.md index 8fc81a19..5ba2fa32 100644 --- a/program_info/README.md +++ b/program_info/README.md @@ -1,6 +1,6 @@ -# PrismLauncher Program Info +# Prism Launcher Program Info -This is PrismLauncher's program info which contains information about: +This is Prism Launcher's program info which contains information about: - Application name and logo (and branding in general) - Various URLs and API endpoints diff --git a/program_info/org.prismlauncher.PrismLauncher.metainfo.xml.in b/program_info/org.prismlauncher.PrismLauncher.metainfo.xml.in index 2e10f7be..5fca93ac 100644 --- a/program_info/org.prismlauncher.PrismLauncher.metainfo.xml.in +++ b/program_info/org.prismlauncher.PrismLauncher.metainfo.xml.in @@ -5,15 +5,15 @@ <id>org.prismlauncher.PrismLauncher</id> </provides> <launchable type="desktop-id">org.prismlauncher.PrismLauncher.desktop</launchable> - <name>PrismLauncher</name> - <developer_name>PrismLauncher</developer_name> + <name>Prism Launcher</name> + <developer_name>Prism Launcher</developer_name> <summary>A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once</summary> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-3.0-only</project_license> <url type="homepage">https://prismlauncher.org/</url> <url type="help">https://prismlauncher.org/wiki/</url> <description> - <p>PrismLauncher is a custom launcher for Minecraft that focuses on predictability, long term stability and simplicity.</p> + <p>Prism Launcher is a custom launcher for Minecraft that focuses on predictability, long term stability and simplicity.</p> <p>Features:</p> <ul> <li>Easily install game modifications, such as Fabric, Forge and Quilt</li> @@ -27,7 +27,7 @@ </description> <screenshots> <screenshot type="default"> - <caption>The main PrismLauncher window</caption> + <caption>The main Prism Launcher window</caption> <image type="source" width="976" height="764">https://prismlauncher.org/img/screenshots/LauncherDark.png</image> </screenshot> <screenshot> |