mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-17 21:56:13 +00:00
Remove "!" from prompts
This commit is contained in:
parent
77de12bec8
commit
84532ce3f8
3 changed files with 6 additions and 6 deletions
|
@ -376,7 +376,7 @@ def passwordsXML():
|
|||
settings('networkCreds', value="")
|
||||
xbmcgui.Dialog().notification(
|
||||
heading="Emby for Kodi",
|
||||
message="%s removed from passwords.xml!" % credentials,
|
||||
message="%s removed from passwords.xml" % credentials,
|
||||
icon="special://home/addons/plugin.video.emby/icon.png",
|
||||
time=1000,
|
||||
sound=False)
|
||||
|
@ -435,7 +435,7 @@ def passwordsXML():
|
|||
|
||||
dialog.notification(
|
||||
heading="Emby for Kodi",
|
||||
message="%s added to passwords.xml!" % server,
|
||||
message="%s added to passwords.xml" % server,
|
||||
icon="special://home/addons/plugin.video.emby/icon.png",
|
||||
time=1000,
|
||||
sound=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue