Merge "Revise strings for the NFC developer option" am: 8dd6ce02d8 am: 476c3dc62a am: b664dbe93f

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1762584

Change-Id: Ic56026cffaa57fa4cc8a66c65f34ac833e30a624
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 880007a..81c8194 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1982,10 +1982,10 @@
     <!-- Bluetooth developer settings: Maximum number of connected audio devices -->
     <string name="bluetooth_max_connected_audio_devices_dialog_title">Select maximum number of connected Bluetooth audio devices</string>
 
-    <!-- Nfc developer settings: Maximum number of connected audio devices -->
-    <string name="nfc_stack_debuglog_title">Enable Nfc stack debuglog</string>
-    <!-- Nfc developer settings: Maximum number of connected audio devices -->
-    <string name="nfc_stack_debuglog_summary">Increase Nfc stack logging level</string>
+    <!-- Nfc developer settings: The title of the setting. [CHAR LIMIT=60] -->
+    <string name="nfc_stack_debuglog_title">NFC stack debug log</string>
+    <!-- Nfc developer settings: The description of the setting. -->
+    <string name="nfc_stack_debuglog_summary">Increase NFC stack logging level</string>
 
     <!-- Wifi Display settings. The title of the screen. [CHAR LIMIT=40] -->
     <string name="wifi_display_settings_title">Cast</string>