[chronojump] Fixed one translatable string



commit 24cf46a53448f3692fc3615b227e89237d2f2719
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sat Feb 19 20:46:49 2022 +0100

    Fixed one translatable string

 src/gui/eventExecute.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/eventExecute.cs b/src/gui/eventExecute.cs
index 522ec8bc0..acbe8e3cd 100644
--- a/src/gui/eventExecute.cs
+++ b/src/gui/eventExecute.cs
@@ -2198,10 +2198,10 @@ public abstract class CairoPaintBarsPre
                if(personName != "")
                {
                        if(testName != "")
-                               return string.Format(Catalog.GetString("{0} has not run any {1} test in this 
session."),
+                               return string.Format(Catalog.GetString("{0} has not made any {1} test in this 
session."),
                                                personName, testName);
                        else
-                               return string.Format(Catalog.GetString("{0} has not run any test in this 
session."),
+                               return string.Format(Catalog.GetString("{0} has not made any test in this 
session."),
                                                personName);
                } else {
                        if(testName != "")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]