From e6594b682c4fbfeb1f64baba7209d1ff422b3b7e Mon Sep 17 00:00:00 2001 From: luca0N! Date: Sun, 27 Sep 2020 23:25:57 -0300 Subject: [PATCH] Updated license error string --- str.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/str.h b/str.h index fe7b524..5220274 100644 --- a/str.h +++ b/str.h @@ -46,7 +46,7 @@ #define STR_MEM_ERR "[Erro fatal] Não foi possível alocar memória. Tente fechar alguns programas abertos e tente novamente.\n" -#define STR_ERROR_LIC "Falha ao ler arquivo de licença. Visite para mais informações.\n" +#define STR_ERROR_LIC "Falha ao ler arquivo da licença GNU General Public License versão 3.0. Visite para mais informações.\n" #define STR_EXIT_PAUSE "\nPressione qualquer tecla para sair do programa.\n"