[gbrainy] Fixes bugzilla bug #669104
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] Fixes bugzilla bug #669104
- Date: Sat, 4 Feb 2012 11:47:32 +0000 (UTC)
commit 75643d52004f613bc933c50b243de3c249f44942
Author: Jordi Mas <jmas softcatala org>
Date: Sat Feb 4 12:48:10 2012 +0100
Fixes bugzilla bug #669104
src/Games/Calculation/CalculationPrimes.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Games/Calculation/CalculationPrimes.cs b/src/Games/Calculation/CalculationPrimes.cs
index eb1051e..8b422e4 100644
--- a/src/Games/Calculation/CalculationPrimes.cs
+++ b/src/Games/Calculation/CalculationPrimes.cs
@@ -83,7 +83,7 @@ namespace gbrainy.Games.Calculation
public override string Rationale {
get {
- return String.Format (Translations.GetString ("The number {0} is a primer number."), answer);
+ return String.Format (Translations.GetString ("The number {0} is a prime number."), answer);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]