Title: [238751] trunk
Revision
238751
Author
wenson_hs...@apple.com
Date
2018-11-30 13:18:13 -0800 (Fri, 30 Nov 2018)

Log Message

Replace "auto fill" with "AutoFill" in some localizable strings
https://bugs.webkit.org/show_bug.cgi?id=192233
<rdar://problem/46311614>

Reviewed by Chris Fleizach.

Source/WebCore:

Replace "autofill" with "AutoFill".

* en.lproj/Localizable.strings:
* platform/LocalizedStrings.cpp:
(WebCore::AXAutoFillCredentialsLabel):
(WebCore::AXAutoFillContactsLabel):
(WebCore::AXAutoFillStrongPasswordLabel):
(WebCore::AXAutoFillCreditCardLabel):

LayoutTests:

Rebaseline a test.

* accessibility/auto-fill-types-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (238750 => 238751)


--- trunk/LayoutTests/ChangeLog	2018-11-30 21:13:27 UTC (rev 238750)
+++ trunk/LayoutTests/ChangeLog	2018-11-30 21:18:13 UTC (rev 238751)
@@ -1,3 +1,15 @@
+2018-11-30  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Replace "auto fill" with "AutoFill" in some localizable strings
+        https://bugs.webkit.org/show_bug.cgi?id=192233
+        <rdar://problem/46311614>
+
+        Reviewed by Chris Fleizach.
+
+        Rebaseline a test.
+
+        * accessibility/auto-fill-types-expected.txt:
+
 2018-11-30  Devin Rousso  <drou...@apple.com>
 
         Web Inspector: replace all unicode characters with the escaped character code

Modified: trunk/LayoutTests/accessibility/auto-fill-types-expected.txt (238750 => 238751)


--- trunk/LayoutTests/accessibility/auto-fill-types-expected.txt	2018-11-30 21:13:27 UTC (rev 238750)
+++ trunk/LayoutTests/accessibility/auto-fill-types-expected.txt	2018-11-30 21:18:13 UTC (rev 238751)
@@ -7,10 +7,10 @@
 Initial auto-fill available: false
 Auto-fill type: none
 Contact button role: AXRole: AXButton
-Contact button label: AXDescription: contact info auto fill
+Contact button label: AXDescription: contact info AutoFill
 Auto-fill type: contacts
 Credentials button role: AXRole: AXButton
-Credentials button label: AXDescription: password auto fill
+Credentials button label: AXDescription: password AutoFill
 Auto-fill type: credentials
 Post auto-fill available: true
 PASS successfullyParsed is true

Modified: trunk/Source/WebCore/ChangeLog (238750 => 238751)


--- trunk/Source/WebCore/ChangeLog	2018-11-30 21:13:27 UTC (rev 238750)
+++ trunk/Source/WebCore/ChangeLog	2018-11-30 21:18:13 UTC (rev 238751)
@@ -1,3 +1,20 @@
+2018-11-30  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Replace "auto fill" with "AutoFill" in some localizable strings
+        https://bugs.webkit.org/show_bug.cgi?id=192233
+        <rdar://problem/46311614>
+
+        Reviewed by Chris Fleizach.
+
+        Replace "autofill" with "AutoFill".
+
+        * en.lproj/Localizable.strings:
+        * platform/LocalizedStrings.cpp:
+        (WebCore::AXAutoFillCredentialsLabel):
+        (WebCore::AXAutoFillContactsLabel):
+        (WebCore::AXAutoFillStrongPasswordLabel):
+        (WebCore::AXAutoFillCreditCardLabel):
+
 2018-11-29  Ryosuke Niwa  <rn...@webkit.org>
 
         Add CEReactions=NotNeeded on all the relevant IDL files

Modified: trunk/Source/WebCore/en.lproj/Localizable.strings (238750 => 238751)


--- trunk/Source/WebCore/en.lproj/Localizable.strings	2018-11-30 21:13:27 UTC (rev 238750)
+++ trunk/Source/WebCore/en.lproj/Localizable.strings	2018-11-30 21:18:13 UTC (rev 238751)
@@ -973,8 +973,8 @@
 /* HTTP result code string */
 "conflict" = "conflict";
 
-/* Label for the auto fill contacts button inside a text field. */
-"contact info auto fill" = "contact info auto fill";
+/* Label for the AutoFill contacts button inside a text field. */
+"contact info AutoFill" = "contact info AutoFill";
 
 /* An ARIA accessibility group that contains content. */
 "content information" = "content information";
@@ -985,8 +985,8 @@
 /* HTTP result code string */
 "created" = "created";
 
-/* Label for the credit card auto fill button inside a text field. */
-"credit card auto fill" = "credit card auto fill";
+/* Label for the credit card AutoFill button inside a text field. */
+"credit card AutoFill" = "credit card AutoFill";
 
 /* The less good value description for a meter element. */
 "critical value" = "critical value";
@@ -1186,8 +1186,8 @@
 /* HTTP result code string */
 "partial content" = "partial content";
 
-/* Label for the auto fill credentials button inside a text field. */
-"password auto fill" = "password auto fill";
+/* Label for the AutoFill credentials button inside a text field. */
+"password AutoFill" = "password AutoFill";
 
 /* accessibility label for pause button */
 "pause" = "pause";
@@ -1288,8 +1288,8 @@
 /* accessibility help text for hide closed captions button */
 "stop displaying closed captions" = "stop displaying closed captions";
 
-/* Label for the strong password auto fill button inside a text field. */
-"strong password auto fill" = "strong password auto fill";
+/* Label for the strong password AutoFill button inside a text field. */
+"strong password AutoFill" = "strong password AutoFill";
 
 /* The suboptimal value description for a meter element. */
 "suboptimal value" = "suboptimal value";

Modified: trunk/Source/WebCore/platform/LocalizedStrings.cpp (238750 => 238751)


--- trunk/Source/WebCore/platform/LocalizedStrings.cpp	2018-11-30 21:13:27 UTC (rev 238750)
+++ trunk/Source/WebCore/platform/LocalizedStrings.cpp	2018-11-30 21:18:13 UTC (rev 238751)
@@ -626,22 +626,22 @@
 
 String AXAutoFillCredentialsLabel()
 {
-    return WEB_UI_STRING("password auto fill", "Label for the auto fill credentials button inside a text field.");
+    return WEB_UI_STRING("password AutoFill", "Label for the AutoFill credentials button inside a text field.");
 }
 
 String AXAutoFillContactsLabel()
 {
-    return WEB_UI_STRING("contact info auto fill", "Label for the auto fill contacts button inside a text field.");
+    return WEB_UI_STRING("contact info AutoFill", "Label for the AutoFill contacts button inside a text field.");
 }
 
 String AXAutoFillStrongPasswordLabel()
 {
-    return WEB_UI_STRING("strong password auto fill", "Label for the strong password auto fill button inside a text field.");
+    return WEB_UI_STRING("strong password AutoFill", "Label for the strong password AutoFill button inside a text field.");
 }
 
 String AXAutoFillCreditCardLabel()
 {
-    return WEB_UI_STRING("credit card auto fill", "Label for the credit card auto fill button inside a text field.");
+    return WEB_UI_STRING("credit card AutoFill", "Label for the credit card AutoFill 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