mirror of
https://github.com/microsoft/edit.git
synced 2025-07-03 22:43:22 +00:00
Use colon :
Instead of forward slash /
for clarity (#354)
The input field expects a `:` as a line:col separator, why not put that in the title as well.
This commit is contained in:
parent
4f3d855afa
commit
57e921822e
1 changed files with 11 additions and 11 deletions
|
@ -331,17 +331,17 @@ const S_LANG_LUT: [[&str; LangId::Count as usize]; LocId::Count as usize] = [
|
|||
],
|
||||
// FileGoto
|
||||
[
|
||||
/* en */ "Go to Line/Column…",
|
||||
/* de */ "Gehe zu Zeile/Spalte…",
|
||||
/* es */ "Ir a línea/columna…",
|
||||
/* fr */ "Aller à la ligne/colonne…",
|
||||
/* it */ "Vai a riga/colonna…",
|
||||
/* ja */ "行/列へ移動…",
|
||||
/* ko */ "행/열로 이동…",
|
||||
/* pt_br */ "Ir para linha/coluna…",
|
||||
/* ru */ "Перейти к строке/столбцу…",
|
||||
/* zh_hans */ "转到行/列…",
|
||||
/* zh_hant */ "跳至行/列…",
|
||||
/* en */ "Go to Line:Column…",
|
||||
/* de */ "Gehe zu Zeile:Spalte…",
|
||||
/* es */ "Ir a línea:columna…",
|
||||
/* fr */ "Aller à la ligne:colonne…",
|
||||
/* it */ "Vai a riga:colonna…",
|
||||
/* ja */ "行:列へ移動…",
|
||||
/* ko */ "행:열로 이동…",
|
||||
/* pt_br */ "Ir para linha:coluna…",
|
||||
/* ru */ "Перейти к строке:столбцу…",
|
||||
/* zh_hans */ "转到行:列…",
|
||||
/* zh_hant */ "跳至行:列…",
|
||||
],
|
||||
|
||||
// Edit (a menu bar item)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue