diff --git a/app/src/main/java/org/oppia/android/app/topic/lessons/StorySummaryViewModel.kt b/app/src/main/java/org/oppia/android/app/topic/lessons/StorySummaryViewModel.kt
index c57d89db6a2..c831d6a79fe 100644
--- a/app/src/main/java/org/oppia/android/app/topic/lessons/StorySummaryViewModel.kt
+++ b/app/src/main/java/org/oppia/android/app/topic/lessons/StorySummaryViewModel.kt
@@ -41,17 +41,6 @@ class StorySummaryViewModel(
storyProgressPercentageText.set(computeStoryProgressPercentageText(storyPercentage))
}
- fun computeStoryNameChapterCountContainerContentDescription(): String {
- // TODO(#3844): Combine these strings together.
- val chapterCountText =
- resourceHandler.getQuantityStringInLocaleWithWrapping(
- R.plurals.chapter_count, storySummary.chapterCount, storySummary.chapterCount.toString()
- )
- return resourceHandler.getStringInLocaleWithWrapping(
- R.string.chapter_count_with_story_name, chapterCountText, storyTitle
- )
- }
-
fun computeChapterCountText(): String {
return resourceHandler.getQuantityStringInLocaleWithWrapping(
R.plurals.chapter_count, storySummary.chapterCount, storySummary.chapterCount.toString()
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml
index 8603c370b15..96bd0d65f17 100644
--- a/app/src/main/res/values-ar/strings.xml
+++ b/app/src/main/res/values-ar/strings.xml
@@ -178,7 +178,6 @@
%s ج.ب
صحيح!
الموضوع: %s
- %1$s في %2$s
- و لا فصل
- فصلًا واحدًا
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index a4d45ad6f74..f32c1017c0f 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -172,7 +172,6 @@
%s GB
Correto!
Tópico: %s
- %1$s em %2$s
- 1 Capítulo\n
- \n %s Capítulos\n
diff --git a/app/src/main/res/values-sw/strings.xml b/app/src/main/res/values-sw/strings.xml
index 68f87fd364f..8a153aa5814 100644
--- a/app/src/main/res/values-sw/strings.xml
+++ b/app/src/main/res/values-sw/strings.xml
@@ -164,7 +164,6 @@
%s GB
Sahihi!
Mada: %s
- %1$s katika %2$s
- Sura 1
- Sura %s
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 285134c0ef9..90afd13dfc2 100755
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -186,7 +186,6 @@
Correct!
Topic: %s
%s!
- %1$s in %2$s
-
1 Chapter