From 073b0ae1032ef52e6f9bb0eb85af50a7f77890bc Mon Sep 17 00:00:00 2001 From: Divya Raj Date: Sat, 29 Jun 2019 05:26:25 +0530 Subject: [PATCH] Fixed Issue #3741 - %s in Japanese version + A few typos (#3749) * Typo in README * Fixed Issue #3741 - %s in Japanese version * Fixed various typos --- .github/ISSUE_TEMPLATE/--telemetry-request.md | 2 +- app/src/main/res/values-ja/strings.xml | 4 ++-- app/src/main/res/values/strings.xml | 10 +++++----- automation/taskcluster/lib/chain_of_trust.py | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/--telemetry-request.md b/.github/ISSUE_TEMPLATE/--telemetry-request.md index 2832aa4454..1b7cccc06a 100644 --- a/.github/ISSUE_TEMPLATE/--telemetry-request.md +++ b/.github/ISSUE_TEMPLATE/--telemetry-request.md @@ -9,7 +9,7 @@ assignees: '' Owner: Product Manager -#### Description & Product Manager / Data Scienties User Story +#### Description & Product Manager / Data Scientist User Story - As a product owner, I want to know if people type use feature X so I can... #### Hypothesis diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 35c5a3ee80..698daf0f45 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -620,14 +620,14 @@ アカウントをお持ちですか? - %s を知ろう + %s を知ろう テーマを選んでください バッテリーと目に優しいダークテーマを試しましょう。 - %s を最大限に活用しよう。 + %s を最大限に活用しよう。 この端末の別の Firefox ブラウザーにログインしています。 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index bded4edd99..ce01fca15c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -563,16 +563,16 @@ Entering full screen mode URL copied - + The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. - + Make text on websites larger or smaller - + Font Size - + Automatic Font Sizing - + Font size will match your Android settings. Disable to manage font size here. diff --git a/automation/taskcluster/lib/chain_of_trust.py b/automation/taskcluster/lib/chain_of_trust.py index c30756fe01..49e4ac190c 100644 --- a/automation/taskcluster/lib/chain_of_trust.py +++ b/automation/taskcluster/lib/chain_of_trust.py @@ -2,7 +2,7 @@ import json def populate_chain_of_trust_required_but_unused_files(): - # Thoses files are needed to keep chainOfTrust happy. However, they have no + # These files are needed to keep chainOfTrust happy. However, they have no # need for android-components, at the moment. For more details, see: # https://github.com/mozilla-releng/scriptworker/pull/209/files#r184180585