From 6f0a04b66f888db4fe3407052cd4229d821437b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org> Date: Wed, 9 Sep 2015 15:39:49 +0200 Subject: [PATCH] Fix long-standing typo in xml file (close #15117) --- Resources/Settings.bundle/Root.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Settings.bundle/Root.plist b/Resources/Settings.bundle/Root.plist index d14dbeff9..4ff825f3a 100644 --- a/Resources/Settings.bundle/Root.plist +++ b/Resources/Settings.bundle/Root.plist @@ -486,7 +486,7 @@ <key>Type</key> <string>PSTextFieldSpecifier</string> <key>Title</key> - <string>SETINGS_PLEX_LOGIN</string> + <string>SETTINGS_PLEX_LOGIN</string> <key>Key</key> <string>plex-login</string> </dict> @@ -494,7 +494,7 @@ <key>Type</key> <string>PSTextFieldSpecifier</string> <key>Title</key> - <string>SETINGS_PLEX_PASSWORD</string> + <string>SETTINGS_PLEX_PASSWORD</string> <key>Key</key> <string>plex-password</string> </dict> -- GitLab