@@ -148,6 +148,6 @@ string binaryStringToMessage(string binStr){
string ExtractMessage(const QImage &stegoImage){
// YOUR CODE HERE
- return "Este el mensaje cuando aun no has implementado la funcion";
+ return "Este es el mensaje cuando aun no has implementado la funcion";
}