You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/mudlet.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1280,7 +1280,7 @@ void mudlet::loadMaps()
1280
1280
//: Keep the English translation intact, so if a user accidentally changes to a language they don't understand, they can change back e.g. ISO 8859-2 (Центральная Европа/Central European)
1281
1281
{"MACINTOSH", tr("MACINTOSH")},
1282
1282
//: Keep the English translation intact, so if a user accidentally changes to a language they don't understand, they can change back e.g. ISO 8859-2 (Центральная Европа/Central European)
1283
-
{"M_MEDIEVIA", qsl("m ") % tr("Medievia {Custom codec for that MUD}")},
1283
+
{"M_MEDIEVIA", tr("MEDIEVIA (Custom codec for that MUD)")},
1284
1284
//: Keep the English translation intact, so if a user accidentally changes to a language they don't understand, they can change back e.g. ISO 8859-2 (Центральная Европа/Central European)
//: Keep the English translation intact, so if a user accidentally changes to a language they don't understand, they can change back e.g. ISO 8859-2 (Центральная Европа/Central European)
0 commit comments