From 3f5e152cab1e7f197307c4c7fe170d87a66488c4 Mon Sep 17 00:00:00 2001 From: jordirosa Date: Fri, 21 Oct 2016 14:14:35 +0200 Subject: [PATCH] The translation would actually say "Open sketches folder", as if this menu option opened the generic folder where all the sketches are stored by default. But what it actually does is opening the folder of the sketch we are working on. That's why I think this translation is incorrect, and the correct one would be "Mostrar carpeta del sketch". --- build/shared/lib/languages/PDE_es.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/shared/lib/languages/PDE_es.properties b/build/shared/lib/languages/PDE_es.properties index 1387535c4..1d99dabaf 100644 --- a/build/shared/lib/languages/PDE_es.properties +++ b/build/shared/lib/languages/PDE_es.properties @@ -60,7 +60,7 @@ menu.library.contributed = Contribuidas menu.library.no_core_libraries = el modo no tiene bibliotecas incluidas # --- menu.sketch = Sketch -menu.sketch.show_sketch_folder = Mostrar carpeta de sketches +menu.sketch.show_sketch_folder = Mostrar carpeta del sketch menu.sketch.add_file = AƱadir archivo # | File | Edit | Sketch | Debug | Tools | Help |