[folks] String should be `very low` instead of `very unlikely`
- From: Raul Gutierrez Segales <raulgs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] String should be `very low` instead of `very unlikely`
- Date: Sat, 9 Apr 2011 15:30:03 +0000 (UTC)
commit ded132eeee6540ef1d75fa77653825f2cf9ee950
Author: Raul Gutierrez Segales <raul gutierrez segales collabora co uk>
Date: Sat Apr 9 16:26:32 2011 +0100
String should be `very low` instead of `very unlikely`
folks/potential-match.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/folks/potential-match.vala b/folks/potential-match.vala
index 96c1410..fb070d4 100644
--- a/folks/potential-match.vala
+++ b/folks/potential-match.vala
@@ -134,7 +134,7 @@ public class Folks.PotentialMatch : Object
switch (result)
{
case Folks.MatchResult.VERY_LOW:
- match_level = "very unlikely";
+ match_level = "very low";
break;
case Folks.MatchResult.LOW:
match_level = "low";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]