From 026cb180e9361ffbceb87c47db86fda8cb8d3cba Mon Sep 17 00:00:00 2001 From: Liny Date: Mon, 16 Sep 2019 14:26:54 -0700 Subject: [PATCH] FIRE-28964 - Fixed a spelling mistake Patch from KatieCurtis Resident --- indra/newview/linux_tools/refresh_desktop_app_entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/linux_tools/refresh_desktop_app_entry.sh b/indra/newview/linux_tools/refresh_desktop_app_entry.sh index aa7a08a1d7..c8f597d7de 100755 --- a/indra/newview/linux_tools/refresh_desktop_app_entry.sh +++ b/indra/newview/linux_tools/refresh_desktop_app_entry.sh @@ -13,7 +13,7 @@ function install_desktop_entry() local desktop_entry="\ [Desktop Entry]\n\ Name=Firestorm Viewer\n\ -Comment=Client for accessing 3D virtual words\n\ +Comment=Client for accessing 3D virtual worlds\n\ Exec=${installation_prefix}/firestorm\n\ Icon=${installation_prefix}/firestorm_icon.png\n\ Terminal=false\n\