Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 215c5ca

Browse files
committed
Merge from main
2 parents e9cd7ff + c17f931 commit 215c5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/scripts/quiz_questions_from_csv.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4733,7 +4733,7 @@ init python:
47334733
question=_("What is a bug?"),
47344734
true=_("An error in a computer program that causes it to generate an incorrect or unexpected result or output."),
47354735
false=[_("A programming paradigm. "), _("A programming structure that repeats a block of code a given number of times"), _("This concept is not related to programming at all.")],
4736-
explanation=_("A {{b}bug{{/b} is an error in a computer program that causes it to generate an incorrect or unexpected result or output. The process of finding and fixing bugs is known as {{b}debugging{{/b}."),
4736+
explanation=_("A {b}bug{/b} is an error in a computer program that causes it to generate an incorrect or unexpected result or output. The process of finding and fixing bugs is known as {b}debugging{/b}."),
47374737
learn_more_url="https://en.wikipedia.org/wiki/Software_bug",
47384738
difficulty=1,
47394739
),

0 commit comments

Comments
 (0)