[chronojump] Marked one string as tranlatable



commit 639bcc95050697adede184112c214564334cd017
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Mar 10 17:53:29 2021 +0100

    Marked one string as tranlatable

 src/jumpsProfile.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/jumpsProfile.cs b/src/jumpsProfile.cs
index a32ec870..c05a7d8b 100644
--- a/src/jumpsProfile.cs
+++ b/src/jumpsProfile.cs
@@ -77,7 +77,7 @@ public class JumpsProfileIndex
                else if(errorCode == ErrorCodes.NEGATIVE)
                        ErrorMessage = string.Format(Catalog.GetString("Negative index: {0} is higher than 
{1}"), jumpLowerName, jumpHigherName);
                else if(errorCode == ErrorCodes.DJATOOLOW)
-                       ErrorMessage = string.Format("Jump {0} too low", "Dja"); //TODO: Catalog on this 
string
+                       ErrorMessage = string.Format(Catalog.GetString("Jump {0} too low"), "Dja");
        }
 
        private double calculateIndex (Types type, double higher, double lower, double dja) 


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