Skip to content

Commit

Permalink
Map speed tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
DMagic1 committed Feb 22, 2017
1 parent ce818c2 commit e044024
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions SCANassets/Resources/SCANlocalization.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ SCAN_Localization
settingsHelpStockToolbar = Use the stock toolbar.\nCan be used concurrently with the Blizzy78 Toolbar.
settingsHelpToolbarMenu = Use a pop-out menu for the stock toolbar to show all available windows.
settingsHelpMechJeb = The SCANsat zoom map target selection mode can be used to select a MechJeb landing site.
settingsHelpSlowMap = Enable this to reduce map generation speed.\nThis will save CPU resources and may reduce the performance impact\nof generating the small and/or big map.
settingsHelpResetWindows = Reset all window positions and scale.\nUse this in case a window has been dragged completely\noff screen or if any windows are not visible.
settingsHelpResetPlanetData = Resets all SCANsat data for the current celestial body.\nA confirmation window will open before activating.\nCannot be reversed.
settingsHelpResetAllData = Resets all SCANsat data for all celestial bodies.\nA confirmation window will open before activating.\nCannot be reversed.
Expand Down
4 changes: 3 additions & 1 deletion SCANsat/SCAN_UI/UI_Framework/SCANlanguagePack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ public class SCANlanguagePack : SCAN_ConfigNodeStorage
[Persistent]
public string settingsHelpGroundTracksActive = "The ground track indicator can be limited\nto only be displayed for the active vessel.";
[Persistent]
public string settingsHelpStockUIStyle = "Switch between stock KSP-style UI elements and Unity-style elements.";
public string settingsHelpStockUIStyle = "Switch between stock KSP-style UI elements and Unity-style elements.";
[Persistent]
public string settingsHelpSlowMap = "Enable this to reduce map generation speed.\nThis will save CPU resources and may reduce the performance impact\nof generating the small and/or big map.";
[Persistent]
public string settingsHelpOverlayTooltips = "Displays tooltips for the current mouse position when a planetary overlay map is activated.\nThese tooltips include The cursor coordinates, terrain height, slope, biome name,\nand resource abundance, depending on scanning coverage.";
[Persistent]
Expand Down

0 comments on commit e044024

Please sign in to comment.