Skip to content

Commit 6264799

Browse files
committed
Show time notation as default for elapsed time
This commit will update existing default printf style time format to modern time notation.
1 parent 22d1f90 commit 6264799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ConsolePreferencePage_Interpret_control_characters=Interpret ASCII &control char
3333
ConsolePreferencePage_Interpret_cr_as_control_character=Interpret Carriage &Return (\\r) as control character
3434
ConsolePreferencePage_Enable_Word_Wrap_text=E&nable word wrap
3535
ConsoleElapsedTimeLabel=Elapsed Time Format (Choose 'None' to disable)
36-
ConsoleDefaultElapsedTimeFormat=%d:%02d:%02d
36+
ConsoleDefaultElapsedTimeFormat=H:MM:SS
3737
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
3838
ConsoleDisableElapsedTime=None
3939
ConsolePreferencePage_ConsoleIconUpdate=Update Console icon based on currently active page

0 commit comments

Comments
 (0)