Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 347bf6e

Browse files
committed
Address localization comments (#5374)
1 parent dcf85c2 commit 347bf6e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

assets/panel/debugger.properties

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,11 +705,17 @@ functionSearchSeparatorLabel=←
705705

706706
# LOCALIZATION NOTE(gotoLineModal.placeholder): The placeholder
707707
# text displayed when the user searches for specific lines in a file
708+
gotoLineModal.placeholder=Go to line…
709+
710+
# LOCALIZATION NOTE(gotoLineModal.title): The message shown to users
711+
# to open the go to line modal
712+
gotoLineModal.title=Go to a line number in a file
713+
714+
# LOCALIZATION NOTE(gotoLineModal.key2): The shortcut for opening the
715+
# go to line modal
708716
# Do not localize "CmdOrCtrl+;", or change the format of the string. These are
709717
# key identifiers, not messages displayed to the user.
710-
gotoLineModal.placeholder=Go to line…
711718
gotoLineModal.key2=CmdOrCtrl+;
712-
gotoLineModal.title=Go to a line number in a file
713719

714720
# LOCALIZATION NOTE(symbolSearch.search.functionsPlaceholder): The placeholder
715721
# text displayed when the user searches for functions in a file

0 commit comments

Comments
 (0)