Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request wikimedia#3365 from wikimedia/bug/T238872
Browse files Browse the repository at this point in the history
Update education panel copy
  • Loading branch information
joewalsh authored Nov 25, 2019
2 parents 6ced2f2 + 176d52e commit f627320
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Wikipedia/Code/Panels.swift
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class DiffEducationalPanelViewController: ScrollableEducationPanelViewController
super.viewDidLoad()
image = UIImage(named: "panel-compare-revisions")
heading = WMFLocalizedString("panel-compare-revisions-title", value: "Comparing revisions", comment: "Title for educational panel about comparing revisions")
subheading = WMFLocalizedString("panel-compare-revisions-text", value: "Comparing revisions helps to show how an article has changed over time. When you compare two revisions of an article, the differences between them are generated. ", comment: "Text for educational panel about comparing revisions")
subheading = WMFLocalizedString("panel-compare-revisions-text", value: "Comparing revisions helps to show how an article has changed over time. Comparing two revisions of an article will show the difference between those revisions by highlighting any content that was changed.", comment: "Text for educational panel about comparing revisions")
primaryButtonTitle = CommonStrings.gotItButtonTitle
}
}
Expand Down
2 changes: 1 addition & 1 deletion Wikipedia/Localizations/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
"page-read-in-other-languages" = "Available in {{PLURAL:$1|$1 other language|$1 other languages}}";
"page-similar-titles" = "Similar pages";
"page-talk-page" = "View talk page";
"panel-compare-revisions-text" = "Comparing revisions helps to show how an article has changed over time. When you compare two revisions of an article, the differences between them are generated. ";
"panel-compare-revisions-text" = "Comparing revisions helps to show how an article has changed over time. Comparing two revisions of an article will show the difference between those revisions by highlighting any content that was changed.";
"panel-compare-revisions-title" = "Comparing revisions";
"pictured" = "pictured";
"places-accessibility-clear-saved-searches" = "Clear saved searches";
Expand Down
Binary file modified Wikipedia/iOS Native Localizations/en.lproj/Localizable.strings
Binary file not shown.

0 comments on commit f627320

Please sign in to comment.