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:
Shersheial 🕍 2025-06-04 13:32:49 -07:00 committed by GitHub
parent 4f3d855afa
commit 57e921822e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)