[chronojump] Shown translated: "Race analyzer" on title if this is current mode
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Shown translated: "Race analyzer" on title if this is current mode
- Date: Wed, 31 Mar 2021 14:42:54 +0000 (UTC)
commit 1d58f20a3e72c9d908668d9b36561a918f1574d9
Author: Xavier de Blas <xaviblas gmail com>
Date: Wed Mar 31 16:42:26 2021 +0200
Shown translated: "Race analyzer" on title if this is current mode
src/gui/app1/chronojump.cs | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/gui/app1/chronojump.cs b/src/gui/app1/chronojump.cs
index c168a88d..4df1335f 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -2533,8 +2533,7 @@ public partial class ChronoJumpWindow
else if(mode == Constants.Menuitem_modes.RUNSINTERVALLIC)
modePrint = Catalog.GetString("Races intervallic");
else if(mode == Constants.Menuitem_modes.RUNSENCODER)
- //modePrint = Catalog.GetString("Races with encoder");
- modePrint = "Races with encoder";
+ modePrint = Catalog.GetString("Race analyzer");
else if(mode == Constants.Menuitem_modes.POWERGRAVITATORY)
modePrint = Catalog.GetString("Encoder (gravitatory)");
else if(mode == Constants.Menuitem_modes.POWERINERTIAL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]