From cc151d61877b621b723d84dab54386d4859882f5 Mon Sep 17 00:00:00 2001
From: Alexander Ivash <elderorb@gmail.com>
Date: Thu, 24 May 2018 23:13:26 +0300
Subject: [PATCH] =?UTF-8?q?Change=20the=20name=20of=20the=20app=20from=20?=
 =?UTF-8?q?=E2=80=9CAvatarApp=E2=80=9D=20to=20=E2=80=9CAvatar=E2=80=9D.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 scripts/system/avatarapp.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/system/avatarapp.js b/scripts/system/avatarapp.js
index 9d20841eb0..8711f25c7f 100644
--- a/scripts/system/avatarapp.js
+++ b/scripts/system/avatarapp.js
@@ -396,7 +396,7 @@ function onBookmarkAdded(bookmarkName) {
 // Manage the connection between the button and the window.
 //
 var button;
-var buttonName = "AvatarApp";
+var buttonName = "Avatar";
 var tablet = null;
 
 function startup() {