summary refs log tree commit diff
path: root/pkgs/games/rigsofrods/wx.patch
blob: d5b8e27de7b38763dd42dc17d0b845a9e4b2c35f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/source/configurator/configurator.cpp b/source/configurator/configurator.cpp
index c058820..5a4b316 100644
--- a/source/configurator/configurator.cpp
+++ b/source/configurator/configurator.cpp
@@ -2155,7 +2155,7 @@ void MyDialog::OnsightrangesliderScroll(wxScrollEvent &e)
 	int v = sightRange->GetValue();
 	if(v == sightRange->GetMax())
 	{
-		s = "Unlimited";
+		s = _("Unlimited");
 	} else
 	{
 		s.Printf(wxT("%i m"), v);