Title: [230054] trunk/Source/WebCore
Revision
230054
Author
dba...@webkit.org
Date
2018-03-28 14:45:40 -0700 (Wed, 28 Mar 2018)

Log Message

Substitute "strong password confirmation auto fill" for "strong confirmation password auto fill"
<rdar://problem/36518856>

* English.lproj/Localizable.strings:
* platform/LocalizedStrings.cpp:
(WebCore::AXAutoFillStrongConfirmationPasswordLabel):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (230053 => 230054)


--- trunk/Source/WebCore/ChangeLog	2018-03-28 21:39:19 UTC (rev 230053)
+++ trunk/Source/WebCore/ChangeLog	2018-03-28 21:45:40 UTC (rev 230054)
@@ -1,5 +1,14 @@
 2018-03-28  Daniel Bates  <daba...@apple.com>
 
+        Substitute "strong password confirmation auto fill" for "strong confirmation password auto fill"
+        <rdar://problem/36518856>
+
+        * English.lproj/Localizable.strings:
+        * platform/LocalizedStrings.cpp:
+        (WebCore::AXAutoFillStrongConfirmationPasswordLabel):
+
+2018-03-28  Daniel Bates  <daba...@apple.com>
+
         WebSocket cookie incorrectly stored
         https://bugs.webkit.org/show_bug.cgi?id=184100
         <rdar://problem/37928715>

Modified: trunk/Source/WebCore/English.lproj/Localizable.strings (230053 => 230054)


--- trunk/Source/WebCore/English.lproj/Localizable.strings	2018-03-28 21:39:19 UTC (rev 230053)
+++ trunk/Source/WebCore/English.lproj/Localizable.strings	2018-03-28 21:45:40 UTC (rev 230054)
@@ -1204,8 +1204,8 @@
 /* accessibility help text for hide closed captions button */
 "stop displaying closed captions" = "stop displaying closed captions";
 
-/* Label for the strong confirmation password auto fill button inside a text field. */
-"strong confirmation password auto fill" = "strong confirmation password auto fill";
+/* Label for the strong password confirmation auto fill button inside a text field. */
+"strong password confirmation auto fill" = "strong password confirmation auto fill";
 
 /* Label for the strong password auto fill button inside a text field. */
 "strong password auto fill" = "strong password auto fill";

Modified: trunk/Source/WebCore/platform/LocalizedStrings.cpp (230053 => 230054)


--- trunk/Source/WebCore/platform/LocalizedStrings.cpp	2018-03-28 21:39:19 UTC (rev 230053)
+++ trunk/Source/WebCore/platform/LocalizedStrings.cpp	2018-03-28 21:45:40 UTC (rev 230054)
@@ -632,7 +632,7 @@
 
 String AXAutoFillStrongConfirmationPasswordLabel()
 {
-    return WEB_UI_STRING("strong confirmation password auto fill", "Label for the strong confirmation password auto fill button inside a text field.");
+    return WEB_UI_STRING("strong password confirmation auto fill", "Label for the strong password confirmation auto fill button inside a text field.");
 }
 
 String autoFillStrongPasswordLabel()
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to