WebKit Bugzilla
Attachment 356197 Details for
Bug 192233
: Replace "auto fill" with "AutoFill" in some localizable strings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-192233-20181130104200.patch (text/plain), 4.49 KB, created by
Wenson Hsieh
on 2018-11-30 10:42:01 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Wenson Hsieh
Created:
2018-11-30 10:42:01 PST
Size:
4.49 KB
patch
obsolete
>Subversion Revision: 238738 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 9ecbbde1e30dc66b11069ab034179b54340b1acb..363c17c5c8515c685283c254005ccebe84f947dc 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,20 @@ >+2018-11-30 Wenson Hsieh <wenson_hsieh@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 NOBODY (OOPS!). >+ >+ Replace "autofill" with "AutoFill". >+ >+ * en.lproj/Localizable.strings: >+ * platform/LocalizedStrings.cpp: >+ (WebCore::AXAutoFillCredentialsLabel): >+ (WebCore::AXAutoFillContactsLabel): >+ (WebCore::AXAutoFillStrongPasswordLabel): >+ (WebCore::AXAutoFillCreditCardLabel): >+ > 2018-11-30 Xabier Rodriguez Calvar <calvaris@igalia.com> > > [GStreamer][EME] CDMInstance should be shipped as a GstContext to the decryptors >diff --git a/Source/WebCore/en.lproj/Localizable.strings b/Source/WebCore/en.lproj/Localizable.strings >index 8310dd0044cddd2d8a2a6cabb22714a73d49699c..d58020112dbc9e1f36fcd39a7e793c53f08aec51 100644 >--- a/Source/WebCore/en.lproj/Localizable.strings >+++ b/Source/WebCore/en.lproj/Localizable.strings >@@ -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"; >diff --git a/Source/WebCore/platform/LocalizedStrings.cpp b/Source/WebCore/platform/LocalizedStrings.cpp >index d0370cf8fda6d0f6e3babf6e851a723d3982aace..b1acfb02df9ad6ebe0d0dffe28ba4890669d020d 100644 >--- a/Source/WebCore/platform/LocalizedStrings.cpp >+++ b/Source/WebCore/platform/LocalizedStrings.cpp >@@ -626,22 +626,22 @@ String AXListItemActionVerb() > > 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()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
cfleizach
:
review+
ews-watchlist
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192233
: 356197 |
356211
|
356215
|
356217
|
356221