Skip to content

Commit 6776212

Browse files
authored
Merge pull request #39 from ChrisTVH/master
Correction of the Spanish translation for version 4192
2 parents f8a96b9 + 8ef5e5c commit 6776212

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

menu/4192/es/Context.sublime-menu.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[
2-
{ "command": "open_context_url", "caption": "Abrir URL de Contexto" },
2+
{ "command": "open_context_url", "caption": "Abrir URL" },
33
{ "command": "goto_definition", "caption": "Ir a la Definición" },
44
{ "caption": "-", "id": "diff" },
5-
{ "command": "toggle_inline_diff", "caption": "Alternar Cambios en Línea" },
6-
{ "command": "revert_hunk", "caption": "Revertir Bloque de Cambios" },
5+
{ "command": "toggle_inline_diff", "caption": "Alternar Cambios en Este Bloque" },
6+
{ "command": "revert_hunk", "caption": "Revertir Cambios en Este Bloque" },
77
{ "caption": "-", "id": "clipboard" },
88
{ "command": "cut", "caption": "Cortar" },
99
{ "command": "copy", "caption": "Copiar" },
@@ -13,7 +13,7 @@
1313
{ "caption": "-", "id": "repo_commands" },
1414
{ "caption": "Abrir repositorio Git…", "command": "sublime_merge_open_repo" },
1515
{ "caption": "Historial del Archivo…", "command": "sublime_merge_file_history" },
16-
{ "caption": "Historial de La Línea…", "command": "sublime_merge_line_history" },
16+
{ "caption": "Historial de Esta Línea…", "command": "sublime_merge_line_history" },
1717
{ "caption": "Archivo Blame…", "command": "sublime_merge_blame_file" },
1818
{ "caption": "-", "id": "file" },
1919
{ "command": "open_in_browser", "caption": "Abrir en el Navegador" },

0 commit comments

Comments
 (0)