Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ConsolePreferencePage_Interpret_control_characters=Interpret ASCII &control char
ConsolePreferencePage_Interpret_cr_as_control_character=Interpret Carriage &Return (\\r) as control character
ConsolePreferencePage_Enable_Word_Wrap_text=E&nable word wrap
ConsoleElapsedTimeLabel=Elapsed Time Format (Choose 'None' to disable)
ConsoleDefaultElapsedTimeFormat=%d:%02d:%02d
ConsoleDefaultElapsedTimeFormat=H:MM:SS
ConsoleElapsedTimeToolTip=Supports formats like: 'H:MM:SS.mmm', 'MMm SSs', 'H:MM:SS' \nYou can also use positional parameters \n%1$ = (H)hours\n%2$ = (M)minutes\n%3$ = (S)seconds\n%4$ = (mmm)milliseconds
ConsoleDisableElapsedTime=None
ConsolePreferencePage_ConsoleIconUpdate=Update Console icon based on currently active page
Expand Down
Loading