diff --git a/gramps/gen/datehandler/test/datedisplay_test.py b/gramps/gen/datehandler/test/datedisplay_test.py index 05d0b484d..962d0110f 100644 --- a/gramps/gen/datehandler/test/datedisplay_test.py +++ b/gramps/gen/datehandler/test/datedisplay_test.py @@ -45,7 +45,7 @@ class DateDisplayCalendarTest(DateDisplayTest): self.assert_map_key_val(self.display.calendar, Date.CAL_GREGORIAN, "") def test_calendar_julian_RU(self): - self.assert_map_key_val(self.display_RU.calendar, Date.CAL_JULIAN, 'юлианский') + self.assert_map_key_val(self.display_RU.calendar, Date.CAL_JULIAN, 'Юлианский') # This class tests common functionality in DateDisplay as applied to RU, # and so it is coupled to translated strings and inflection names