update description of sign out button

This commit is contained in:
Iuri Matias 2021-03-16 10:56:09 -04:00
parent 3119aebed4
commit e6a3014d9f
1 changed files with 1 additions and 1 deletions

View File

@ -77,6 +77,6 @@ var extraMenuButtons = [{
}, { }, {
"id": SIGNOUT, "id": SIGNOUT,
"function": "exit", "function": "exit",
"text": qsTr("Sign out"), "text": qsTr("Sign out & Quit"),
"filename": "signout.svg" "filename": "signout.svg"
}] }]