diff --git a/src/commands/CmdColor.cpp b/src/commands/CmdColor.cpp index 863b254f5..d7649105e 100644 --- a/src/commands/CmdColor.cpp +++ b/src/commands/CmdColor.cpp @@ -134,7 +134,7 @@ int CmdColor::execute (std::string& output) << " " << five.colorize ("task color underline grey10 on grey3") << "\n" << " " << six.colorize ("task color red on color173") << "\n" << "\n" - << STRING_CMD_COLOR_YOURS << "\n" + << STRING_CMD_COLOR_YOURS << "\n\n" << " " << sample.colorize ("task color " + swatch) << "\n\n"; } diff --git a/src/en-US.h b/src/en-US.h index 98a600c00..b920db9d4 100644 --- a/src/en-US.h +++ b/src/en-US.h @@ -472,7 +472,7 @@ #define STRING_CMD_COLOR_EXPLANATION "Use this command to see how colors are displayed by your terminal." #define STRING_CMD_COLOR_16 "16-color usage (supports underline, bold text, bright background):" #define STRING_CMD_COLOR_256 "256-color usage (supports underline):" -#define STRING_CMD_COLOR_YOURS "Your sample:" << "\n" +#define STRING_CMD_COLOR_YOURS "Your sample:" #define STRING_CMD_COLOR_BASIC "Basic colors" #define STRING_CMD_COLOR_EFFECTS "Effects" #define STRING_CMD_COLOR_CUBE "Color cube rgb" diff --git a/src/es-ES.h b/src/es-ES.h index fa3741543..5591be57d 100644 --- a/src/es-ES.h +++ b/src/es-ES.h @@ -485,7 +485,7 @@ #define STRING_CMD_COLOR_EXPLANATION "Use este comando para ver como los colores son mostrados por su terminal." #define STRING_CMD_COLOR_16 "Uso de 16-colores (soporta subrayado, negrita, fondo brillante):" #define STRING_CMD_COLOR_256 "Uso de 256-colores (soporta subrayado):" -#define STRING_CMD_COLOR_YOURS "Su muestra:" << "\n" +#define STRING_CMD_COLOR_YOURS "Su muestra:" #define STRING_CMD_COLOR_BASIC "Colores básicos" #define STRING_CMD_COLOR_EFFECTS "Efectos" #define STRING_CMD_COLOR_CUBE "Cubo de color rgb"