From 896d416c5b17b839054461ffc1721ab1d70fab88 Mon Sep 17 00:00:00 2001 From: Toni Sevener Date: Wed, 10 Mar 2021 14:21:59 -0600 Subject: [PATCH 1/4] Article description - replace references to "title description" with "article description" --- WMF Framework/CommonStrings.swift | 4 +-- .../Code/ArticleViewController+Editing.swift | 2 +- .../DescriptionEditViewController.storyboard | 27 ++++++++++-------- .../Code/DescriptionEditViewController.swift | 4 +-- .../Code/DescriptionHelpViewController.swift | 12 ++++---- ...riptionWelcomeContentsViewController.swift | 2 +- ...escriptionWelcomePanelViewController.swift | 2 +- .../en.lproj/Localizable.strings | 18 ++++++------ .../qqq.lproj/Localizable.strings | 14 ++++----- .../en.lproj/Localizable.strings | Bin 306534 -> 306552 bytes 10 files changed, 44 insertions(+), 41 deletions(-) diff --git a/WMF Framework/CommonStrings.swift b/WMF Framework/CommonStrings.swift index 3f9a7a0759a..a172c01ff2b 100644 --- a/WMF Framework/CommonStrings.swift +++ b/WMF Framework/CommonStrings.swift @@ -254,8 +254,8 @@ public class CommonStrings: NSObject { static let charactersTextDescription = WMFLocalizedString("aaald-characters-text-description", value:"{{PLURAL:%1$d|0=characters|character|characters}}", comment:"Displayed in an article as a living document cell explaining that a revision has a certain number of characters added or deleted. %1$d is the number of characters added or deleted.") - static let articleDescriptionUpdatedDescription = WMFLocalizedString("aaald-article-description-updated-description", value:"Article title description updated", - comment:"Title displayed in an article as a living document cell explaining that an article's title description was updated in a revision.") + static let articleDescriptionUpdatedDescription = WMFLocalizedString("aaald-article-description-updated-description", value:"Article description updated", + comment:"Title displayed in an article as a living document cell explaining that an article's description was updated in a revision.") static let singleReferenceAddedDescription = WMFLocalizedString("aaald-single-reference-added-description", value:"Reference added", comment:"Title displayed in an article as a living document timeline cell when a reference was added (and no other changes) to a revision.") diff --git a/Wikipedia/Code/ArticleViewController+Editing.swift b/Wikipedia/Code/ArticleViewController+Editing.swift index b6b4cf445dc..7b7fe24aa73 100644 --- a/Wikipedia/Code/ArticleViewController+Editing.swift +++ b/Wikipedia/Code/ArticleViewController+Editing.swift @@ -83,7 +83,7 @@ extension ArticleViewController { func showEditSectionOrTitleDescriptionDialogForSection(with id: Int, descriptionSource: ArticleDescriptionSource, selectedTextEditInfo: SelectedTextEditInfo? = nil, funnelSource: EditFunnelSource) { let sheet = UIAlertController(title: nil, message: nil, preferredStyle: .alert) - let editTitleDescriptionTitle = WMFLocalizedString("description-edit-pencil-title", value: "Edit title description", comment: "Title for button used to show title description editor") + let editTitleDescriptionTitle = WMFLocalizedString("description-edit-pencil-title", value: "Edit article description", comment: "Title for button used to show article description editor") let editTitleDescriptionAction = UIAlertAction(title: editTitleDescriptionTitle, style: .default) { (action) in self.showTitleDescriptionEditor(with: descriptionSource, funnelSource: funnelSource) } diff --git a/Wikipedia/Code/DescriptionEditViewController.storyboard b/Wikipedia/Code/DescriptionEditViewController.storyboard index 3f7c47cf133..e600d397e5b 100644 --- a/Wikipedia/Code/DescriptionEditViewController.storyboard +++ b/Wikipedia/Code/DescriptionEditViewController.storyboard @@ -1,11 +1,9 @@ - - - - + + - + @@ -25,15 +23,15 @@ - + - + - + + + + + diff --git a/Wikipedia/Code/DescriptionEditViewController.swift b/Wikipedia/Code/DescriptionEditViewController.swift index e66696c0880..c90ca6b43e0 100644 --- a/Wikipedia/Code/DescriptionEditViewController.swift +++ b/Wikipedia/Code/DescriptionEditViewController.swift @@ -134,7 +134,7 @@ import WMF } private var subTitleLabelAttributedString: NSAttributedString { - let formatString = WMFLocalizedString("description-edit-for-article", value: "Title description for %1$@", comment: "String describing which article title description is being edited. %1$@ is replaced with the article title") + let formatString = WMFLocalizedString("description-edit-for-article", value: "Article description for %1$@", comment: "String describing which article description is being edited. %1$@ is replaced with the article title") return String.localizedStringWithFormat(formatString, article.displayTitle ?? "").byAttributingHTML(with: .semiboldSubheadline, matching: traitCollection) } @@ -143,7 +143,7 @@ import WMF } private var licenseLabelAttributedString: NSAttributedString { - let formatString = WMFLocalizedString("description-edit-license", value: "By changing the title description, I agree to the %1$@ and to irrevocably release my contributions under the %2$@ license.", comment: "Button text for information about the Terms of Use and edit licenses. Parameters:\n* %1$@ - 'Terms of Use' link, %2$@ - license name link") + let formatString = WMFLocalizedString("description-edit-license", value: "By changing the article description, I agree to the %1$@ and to irrevocably release my contributions under the %2$@ license.", comment: "Button text for information about the Terms of Use and edit licenses. Parameters:\n* %1$@ - 'Terms of Use' link, %2$@ - license name link") let baseAttributes: [NSAttributedString.Key: Any] = [ .foregroundColor : theme.colors.secondaryText, diff --git a/Wikipedia/Code/DescriptionHelpViewController.swift b/Wikipedia/Code/DescriptionHelpViewController.swift index c8d4b2d7d9f..d037a6e4687 100644 --- a/Wikipedia/Code/DescriptionHelpViewController.swift +++ b/Wikipedia/Code/DescriptionHelpViewController.swift @@ -42,23 +42,23 @@ class DescriptionHelpViewController: ViewController { navigationItem.leftBarButtonItem = UIBarButtonItem(image: UIImage(named:"close"), style: .plain, target:self, action:#selector(closeButtonPushed(_:))) navigationItem.leftBarButtonItem?.accessibilityLabel = CommonStrings.closeButtonAccessibilityLabel - title = WMFLocalizedString("description-help-title", value:"Title description help", comment:"Title for description editing help page") + title = WMFLocalizedString("description-help-title", value:"Article description help", comment:"Title for description editing help page") aboutTitleLabel.text = WMFLocalizedString("description-help-about-title", value:"About", comment:"Description editing about label text") - aboutDescriptionLabel.text = WMFLocalizedString("description-help-about-description", value:"Title descriptions summarize an article to help readers understand the subject at a glance.", comment:"Description editing details label text") + aboutDescriptionLabel.text = WMFLocalizedString("description-help-about-description", value:"Article descriptions summarize an article to help readers understand the subject at a glance.", comment:"Description editing details label text") tipsTitleLabel.text = WMFLocalizedString("description-help-tips-title", value:"Tips for creating descriptions", comment:"Description editing tips label text") tipsDescriptionLabel.text = WMFLocalizedString("description-help-tips-description", value:"Descriptions should ideally fit on one line, and are between two to twelve words long. They are not capitalized unless the first word is a proper noun.", comment:"Description editing tips details label text") tipsForExampleLabel.text = WMFLocalizedString("description-help-tips-for-example", value:"For example:", comment:"Examples label text") exampleOneTitleLabel.text = WMFLocalizedString("description-help-tips-example-title-one", value:"painting by Leonardo Da Vinci", comment:"First example label text") - exampleOneDescriptionLabel.text = WMFLocalizedString("description-help-tips-example-description-one", value:"title description for an article about the Mona Lisa", comment:"First example description text") + exampleOneDescriptionLabel.text = WMFLocalizedString("description-help-tips-example-description-one", value:"article description for an article about the Mona Lisa", comment:"First example description text") exampleTwoTitleLabel.text = WMFLocalizedString("description-help-tips-example-title-two", value:"Earth’s highest mountain", comment:"Second example label text") - exampleTwoDescriptionLabel.text = WMFLocalizedString("description-help-tips-example-description-two", value:"title description for an article about Mount Everest", comment:"Second example description text") + exampleTwoDescriptionLabel.text = WMFLocalizedString("description-help-tips-example-description-two", value:"article description for an article about Mount Everest", comment:"Second example description text") - moreInfoTitleLabel.text = WMFLocalizedString("description-help-more-info-title", value:"More information", comment:"Title descriptions more info heading text") - moreInfoDescriptionLabel.text = WMFLocalizedString("description-help-more-info-description", value:"Descriptions are stored and maintained on Wikidata, a project of the Wikimedia Foundation which provides a free, collaborative, multilingual, secondary database supporting Wikipedia and other projects.", comment:"Title descriptions more info details text") + moreInfoTitleLabel.text = WMFLocalizedString("description-help-more-info-title", value:"More information", comment:"Article descriptions more info heading text") + moreInfoDescriptionLabel.text = WMFLocalizedString("description-help-more-info-description", value:"Descriptions are stored and maintained on Wikidata, a project of the Wikimedia Foundation which provides a free, collaborative, multilingual, secondary database supporting Wikipedia and other projects.", comment:"Article descriptions more info details text") aboutWikidataLabel.text = WMFLocalizedString("description-help-about-wikidata", value:"About Wikidata", comment:"About Wikidata label text") wikidataGuideLabel.text = WMFLocalizedString("description-help-wikidata-guide", value:"Wikidata guide for writing descriptions", comment:"Wikidata guide label text") diff --git a/Wikipedia/Code/DescriptionWelcomeContentsViewController.swift b/Wikipedia/Code/DescriptionWelcomeContentsViewController.swift index f5048d01807..2b1ab8182c2 100644 --- a/Wikipedia/Code/DescriptionWelcomeContentsViewController.swift +++ b/Wikipedia/Code/DescriptionWelcomeContentsViewController.swift @@ -23,7 +23,7 @@ class DescriptionWelcomeContentsViewController: UIViewController, Themeable { private func updateUIStrings(){ switch pageType { case .intro: - descriptionLabel?.text = WMFLocalizedString("description-welcome-descriptions-sub-title", value:"Summarizes an article to help readers understand the subject at a glance", comment:"Subtitle text explaining title descriptions") + descriptionLabel?.text = WMFLocalizedString("description-welcome-descriptions-sub-title", value:"Summarizes an article to help readers understand the subject at a glance", comment:"Subtitle text explaining article descriptions") case .exploration: descriptionLabel?.text = WMFLocalizedString("description-welcome-concise-sub-title", value:"Ideally one line, between two to twelve words", comment:"Subtitle text explaining descriptions should be concise") } diff --git a/Wikipedia/Code/DescriptionWelcomePanelViewController.swift b/Wikipedia/Code/DescriptionWelcomePanelViewController.swift index 81a337f5a56..4e218f08879 100644 --- a/Wikipedia/Code/DescriptionWelcomePanelViewController.swift +++ b/Wikipedia/Code/DescriptionWelcomePanelViewController.swift @@ -52,7 +52,7 @@ class DescriptionWelcomePanelViewController: UIViewController, Themeable { private func updateUIStrings(){ switch pageType { case .intro: - titleLabel.text = WMFLocalizedString("description-welcome-descriptions-title", value:"Title descriptions", comment:"Title text explaining title descriptions") + titleLabel.text = WMFLocalizedString("description-welcome-descriptions-title", value:"Article descriptions", comment:"Title text explaining article descriptions") case .exploration: titleLabel.text = WMFLocalizedString("description-welcome-concise-title", value:"Keep it short", comment:"Title text explaining descriptions should be concise") } diff --git a/Wikipedia/Localizations/en.lproj/Localizable.strings b/Wikipedia/Localizations/en.lproj/Localizable.strings index 8db52a367ee..75195446220 100644 --- a/Wikipedia/Localizations/en.lproj/Localizable.strings +++ b/Wikipedia/Localizations/en.lproj/Localizable.strings @@ -1,5 +1,5 @@ "aaald-added-text-description-2" = "$1 added"; -"aaald-article-description-updated-description" = "Article title description updated"; +"aaald-article-description-updated-description" = "Article description updated"; "aaald-article-insert-header" = "Significant Updates"; "aaald-article-insert-last-updated" = "Last updated"; "aaald-article-insert-new-changes" = "New changes"; @@ -161,29 +161,29 @@ "crimean-tatar-variants-alert-title" = "Updates to Crimean Tatar variant support"; "data-migration-status" = "Updating..."; "description-add-title" = "Add description"; -"description-edit-for-article" = "Title description for $1"; +"description-edit-for-article" = "Article description for $1"; "description-edit-learn-more" = "Learn more"; "description-edit-length-warning" = "$1 / $2"; -"description-edit-license" = "By changing the title description, I agree to the $1 and to irrevocably release my contributions under the $2 license."; +"description-edit-license" = "By changing the article description, I agree to the $1 and to irrevocably release my contributions under the $2 license."; "description-edit-pencil-introduction" = "Edit introduction"; -"description-edit-pencil-title" = "Edit title description"; +"description-edit-pencil-title" = "Edit article description"; "description-edit-placeholder-title" = "Short descriptions are best"; "description-edit-publish" = "Publish description"; "description-edit-title" = "Edit description"; "description-edit-warning" = "Try to keep descriptions short so users can understand the article's subject at a glance"; -"description-help-about-description" = "Title descriptions summarize an article to help readers understand the subject at a glance."; +"description-help-about-description" = "Article descriptions summarize an article to help readers understand the subject at a glance."; "description-help-about-title" = "About"; "description-help-about-wikidata" = "About Wikidata"; "description-help-more-info-description" = "Descriptions are stored and maintained on Wikidata, a project of the Wikimedia Foundation which provides a free, collaborative, multilingual, secondary database supporting Wikipedia and other projects."; "description-help-more-info-title" = "More information"; "description-help-tips-description" = "Descriptions should ideally fit on one line, and are between two to twelve words long. They are not capitalized unless the first word is a proper noun."; -"description-help-tips-example-description-one" = "title description for an article about the Mona Lisa"; -"description-help-tips-example-description-two" = "title description for an article about Mount Everest"; +"description-help-tips-example-description-one" = "article description for an article about the Mona Lisa"; +"description-help-tips-example-description-two" = "article description for an article about Mount Everest"; "description-help-tips-example-title-one" = "painting by Leonardo Da Vinci"; "description-help-tips-example-title-two" = "Earth’s highest mountain"; "description-help-tips-for-example" = "For example:"; "description-help-tips-title" = "Tips for creating descriptions"; -"description-help-title" = "Title description help"; +"description-help-title" = "Article description help"; "description-help-wikidata-guide" = "Wikidata guide for writing descriptions"; "description-published-button-title" = "Done"; "description-published-footer" = "You can also edit articles within this app. Try fixing typos and small sentences by clicking on the pencil icon next time"; @@ -192,7 +192,7 @@ "description-welcome-concise-sub-title" = "Ideally one line, between two to twelve words"; "description-welcome-concise-title" = "Keep it short"; "description-welcome-descriptions-sub-title" = "Summarizes an article to help readers understand the subject at a glance"; -"description-welcome-descriptions-title" = "Title descriptions"; +"description-welcome-descriptions-title" = "Article descriptions"; "description-welcome-promise-title" = "By starting, I promise not to misuse this feature"; "description-welcome-start-editing-button" = "Start editing"; "diff-compare-header-from-info-heading" = "From:"; diff --git a/Wikipedia/Localizations/qqq.lproj/Localizable.strings b/Wikipedia/Localizations/qqq.lproj/Localizable.strings index 8d1571c7f01..0366af6d041 100644 --- a/Wikipedia/Localizations/qqq.lproj/Localizable.strings +++ b/Wikipedia/Localizations/qqq.lproj/Localizable.strings @@ -1,5 +1,5 @@ "aaald-added-text-description-2" = "Title displayed in an article as a living document cell explaining that a revision has a certain number of characters added. $1 is replaced by a formatted string representing characters added."; -"aaald-article-description-updated-description" = "Title displayed in an article as a living document cell explaining that an article's title description was updated in a revision."; +"aaald-article-description-updated-description" = "Title displayed in an article as a living document cell explaining that an article's description was updated in a revision."; "aaald-article-insert-header" = "Header text in article content insert section that displays recent significant article updates."; "aaald-article-insert-last-updated" = "Badge text in article content showing when the article as last updated."; "aaald-article-insert-new-changes" = "Badge text in article content showing that there have been new significant updates to the article since the user last viewed it."; @@ -161,12 +161,12 @@ "crimean-tatar-variants-alert-title" = "Title of alert used to inform users about Crimean Tatar variant support."; "data-migration-status" = "Message displayed during a long running data migration."; "description-add-title" = "Title text for description addition screen"; -"description-edit-for-article" = "String describing which article title description is being edited. $1 is replaced with the article title"; +"description-edit-for-article" = "String describing which article description is being edited. $1 is replaced with the article title"; "description-edit-learn-more" = "Title text for description editing learn more button"; "description-edit-length-warning" = "Displayed to indicate how many description characters were entered. Separator can be customized depending on the language. $1 is replaced with the number of characters entered, $2 is replaced with the recommended maximum number of characters."; "description-edit-license" = "Button text for information about the Terms of Use and edit licenses. Parameters:\n* $1 - 'Terms of Use' link, $2 - license name link"; "description-edit-pencil-introduction" = "Title for button used to show article lead section editor"; -"description-edit-pencil-title" = "Title for button used to show title description editor"; +"description-edit-pencil-title" = "Title for button used to show article description editor"; "description-edit-placeholder-title" = "Placeholder text shown inside description field until user taps on it"; "description-edit-publish" = "Title for publish description button"; "description-edit-title" = "Title text for description editing screen"; @@ -174,8 +174,8 @@ "description-help-about-description" = "Description editing details label text"; "description-help-about-title" = "Description editing about label text"; "description-help-about-wikidata" = "About Wikidata label text"; -"description-help-more-info-description" = "Title descriptions more info details text"; -"description-help-more-info-title" = "Title descriptions more info heading text"; +"description-help-more-info-description" = "Article descriptions more info details text"; +"description-help-more-info-title" = "Article descriptions more info heading text"; "description-help-tips-description" = "Description editing tips details label text"; "description-help-tips-example-description-one" = "First example description text"; "description-help-tips-example-description-two" = "Second example description text"; @@ -191,8 +191,8 @@ "description-published-title" = "Title for letting the user know their description change succeeded."; "description-welcome-concise-sub-title" = "Subtitle text explaining descriptions should be concise"; "description-welcome-concise-title" = "Title text explaining descriptions should be concise"; -"description-welcome-descriptions-sub-title" = "Subtitle text explaining title descriptions"; -"description-welcome-descriptions-title" = "Title text explaining title descriptions"; +"description-welcome-descriptions-sub-title" = "Subtitle text explaining article descriptions"; +"description-welcome-descriptions-title" = "Title text explaining article descriptions"; "description-welcome-promise-title" = "Title text asking user to edit descriptions responsibly"; "description-welcome-start-editing-button" = "Text for button for dismissing description editing welcome screens"; "diff-compare-header-from-info-heading" = "Heading label in from revision info box when comparing two revisions."; diff --git a/Wikipedia/iOS Native Localizations/en.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/en.lproj/Localizable.strings index 82503ffaa417cac27d3b8ae0248d601d523a88c2..d3d5bdb1a3a1ef1a697ede816cc72bd5025bf575 100644 GIT binary patch delta 300 zcmaEMOX$Zfp$#jTCU0RnHF*=0)aFIZH%?Ffab0Zkob&r8%k&9=*wX`!FmX+f5@Z&e z?C?cw@;q^l$qKhLHb1(M#xnVj0a(fAtgF8mC#PKlb0%N7z%_Zo^_c0~a+w7-|G55% zWpW-fMCQXIw#`C!zcF$;G88eCFk~_$PyTpacCx}vmdOndMK(L#mtew_+T8Hafq8mP z91FrVllh)0O;?Cu;g~G;^bD%hV!mfAFqdyOcm-4<_l9rsx9bvMTQ+?5n%?HXBs4v5 h10&DmL!VBd$;QF7HXD3tH~7K`#7x@_zA&5Z1OOr`i7@~G delta 296 zcmexyOX%4xp$#jTrVA}%l$hMW%rp4_)28VgL|M3|%PeB#+uXqX#*oPi zr;CG>Zceyxie-AuPG+9za*G&wfI?iG1FrsJgqU^VtH|WKYj%@&T$h6x&NcmBFtfpQ zzrT!9o84|qVu2d9;WOW6rn^5Fr*B|o=9|23I@e^N$mFVrBAYGlOE95`ZmxRhzzj2v zXL7;?j>!Vgl%~gZGjU87d3pv#X0gCCm<=GuTD)T7fXHw795H#_r)Mxu4%`_$lNDY| ZO*W|HY0mo6p7n(hh?%x$ePQO?2>@xNduspy From 8c8aa5dfcb93c623deb24160803beccea70ea67e Mon Sep 17 00:00:00 2001 From: Deepak Mantena Date: Tue, 23 Mar 2021 14:51:41 -0700 Subject: [PATCH 2/4] Fix typo in localized string value. --- WMF Framework/CommonStrings.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WMF Framework/CommonStrings.swift b/WMF Framework/CommonStrings.swift index a172c01ff2b..402ec9501a0 100644 --- a/WMF Framework/CommonStrings.swift +++ b/WMF Framework/CommonStrings.swift @@ -254,7 +254,7 @@ public class CommonStrings: NSObject { static let charactersTextDescription = WMFLocalizedString("aaald-characters-text-description", value:"{{PLURAL:%1$d|0=characters|character|characters}}", comment:"Displayed in an article as a living document cell explaining that a revision has a certain number of characters added or deleted. %1$d is the number of characters added or deleted.") - static let articleDescriptionUpdatedDescription = WMFLocalizedString("aaald-article-description-updated-description", value:"Article description updated", + static let articleDescriptionUpdatedDescription = WMFLocalizedString("aaald-article-description-updated-description", value:"Article description updated", comment:"Title displayed in an article as a living document cell explaining that an article's description was updated in a revision.") static let singleReferenceAddedDescription = WMFLocalizedString("aaald-single-reference-added-description", value:"Reference added", From 434bb82b93e29da2c361c55d0d8c5038355f10f9 Mon Sep 17 00:00:00 2001 From: Deepak Mantena Date: Tue, 23 Mar 2021 14:53:26 -0700 Subject: [PATCH 3/4] Remove extraneous spaces. --- WMF Framework/CommonStrings.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WMF Framework/CommonStrings.swift b/WMF Framework/CommonStrings.swift index 402ec9501a0..aaae47240d9 100644 --- a/WMF Framework/CommonStrings.swift +++ b/WMF Framework/CommonStrings.swift @@ -254,10 +254,10 @@ public class CommonStrings: NSObject { static let charactersTextDescription = WMFLocalizedString("aaald-characters-text-description", value:"{{PLURAL:%1$d|0=characters|character|characters}}", comment:"Displayed in an article as a living document cell explaining that a revision has a certain number of characters added or deleted. %1$d is the number of characters added or deleted.") - static let articleDescriptionUpdatedDescription = WMFLocalizedString("aaald-article-description-updated-description", value:"Article description updated", + static let articleDescriptionUpdatedDescription = WMFLocalizedString("aaald-article-description-updated-description", value:"Article description updated", comment:"Title displayed in an article as a living document cell explaining that an article's description was updated in a revision.") - static let singleReferenceAddedDescription = WMFLocalizedString("aaald-single-reference-added-description", value:"Reference added", + static let singleReferenceAddedDescription = WMFLocalizedString("aaald-single-reference-added-description", value:"Reference added", comment:"Title displayed in an article as a living document timeline cell when a reference was added (and no other changes) to a revision.") static let multipleReferencesAddedDescription = WMFLocalizedString("aaald-multiple-references-added-description", value:"Multiple references added", From f721e04ed653ee4c27fb62de9042bfe6f88722f4 Mon Sep 17 00:00:00 2001 From: Deepak Mantena Date: Tue, 23 Mar 2021 15:36:00 -0700 Subject: [PATCH 4/4] Build project post string update. --- .../en.lproj/Localizable.strings | 2 +- .../en.lproj/Localizable.strings | Bin 306552 -> 306550 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Wikipedia/Localizations/en.lproj/Localizable.strings b/Wikipedia/Localizations/en.lproj/Localizable.strings index 75195446220..dc881e47248 100644 --- a/Wikipedia/Localizations/en.lproj/Localizable.strings +++ b/Wikipedia/Localizations/en.lproj/Localizable.strings @@ -1,5 +1,5 @@ "aaald-added-text-description-2" = "$1 added"; -"aaald-article-description-updated-description" = "Article description updated"; +"aaald-article-description-updated-description" = "Article description updated"; "aaald-article-insert-header" = "Significant Updates"; "aaald-article-insert-last-updated" = "Last updated"; "aaald-article-insert-new-changes" = "New changes"; diff --git a/Wikipedia/iOS Native Localizations/en.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/en.lproj/Localizable.strings index d3d5bdb1a3a1ef1a697ede816cc72bd5025bf575..478f58a86eaf54403077d0144c2ecb665ed25887 100644 GIT binary patch delta 34 ncmexyOX%Azp$$dMlRrF_XzpQd?_p*HVkRJF-rmE^@@6FfACwNI delta 34 ncmex%OX$Zfp$$dMlbvozHFq($cQG>pF%u9oZ|`Ded9xA#4ZjWI