summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-09-06 12:35:50 -0300
committermongo <mongo@iomega>2016-09-06 12:35:50 -0300
commita81fced9d0048bd5c8c11ffa7684f6c32e7586f4 (patch)
treea5f9a8d6a81288cc523490cc3af366daba856c60
parent0adfb54af2b6905d890e7e5c042f9d120ca7a27c (diff)
Translated a comment to english
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 8340bc3..9efe202 100644
--- a/src/main.c
+++ b/src/main.c
@@ -124,9 +124,9 @@ int main (int argc, char ** argv) {
if (get_d_colors_param() == NULL) {
start_default_ucolors();
// in case we decide to change colors
- // esto crea un diccionario y guarda en él
- // la equivalencia entre las macros y los valores
- // de las claves que se definen en los archivos .sc
+ // this creates a dictionary and stores in it
+ // the relationship between macros and the keys values
+ // that are defined in .sc files
set_colors_param_dict();
}
#endif