Skip to content

Commit

Permalink
'#1920: Use more generic message WhatsAppReport.QuoteNotFound.
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed Feb 5, 2024
1 parent e4bdb32 commit 84ae295
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ WhatsAppReport.FoundInPedoHashDB=Found in Child Porn Alert Hash Database
WhatsAppReport.Owner=Owner
WhatsAppReport.Recovered=Recovered
WhatsAppReport.QuoteNotFound=Quoted message not found
WhatsAppReport.QuoteDeleted=Quoted message deleted
WhatsAppReport.Document=Document
WhatsAppReport.Photo=Photo
WhatsAppReport.Audio=Audio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ WhatsAppReport.FoundInPedoHashDB=gefunden in KiPo Hash Database
WhatsAppReport.Owner=Besitzer
WhatsAppReport.Recovered=Recovered[TBT]
WhatsAppReport.QuoteNotFound=Quoted message not found[TBT]
WhatsAppReport.QuoteDeleted=Quoted message deleted[TBT]
WhatsAppReport.Document=Document[TBT]
WhatsAppReport.Photo=Photo[TBT]
WhatsAppReport.Audio=Audio[TBT]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ WhatsAppReport.FoundInPedoHashDB=Encontrado en la base de datos Hash de Alerta d
WhatsAppReport.Owner=Propietario
WhatsAppReport.Recovered=Recovered[TBT]
WhatsAppReport.QuoteNotFound=Quoted message not found[TBT]
WhatsAppReport.QuoteDeleted=Quoted message deleted[TBT]
WhatsAppReport.Document=Document[TBT]
WhatsAppReport.Photo=Photo[TBT]
WhatsAppReport.Audio=Audio[TBT]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ WhatsAppReport.FoundInPedoHashDB=Trovato nel Database di materiale pedopornograf
WhatsAppReport.Owner=Proprietario
WhatsAppReport.Recovered=Recovered[TBT]
WhatsAppReport.QuoteNotFound=Quoted message not found[TBT]
WhatsAppReport.QuoteDeleted=Quoted message deleted[TBT]
WhatsAppReport.Document=Document[TBT]
WhatsAppReport.Photo=Photo[TBT]
WhatsAppReport.Audio=Audio[TBT]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ WhatsAppReport.FoundInPedoHashDB=Encontrado em base de hashes de pornografia inf
WhatsAppReport.Owner=Proprietário
WhatsAppReport.Recovered=Recuperado
WhatsAppReport.QuoteNotFound=Mensagem citada não localizada
WhatsAppReport.QuoteDeleted=Mensagem citada apagada
WhatsAppReport.Document=Documento
WhatsAppReport.Photo=Foto
WhatsAppReport.Audio=Áudio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ private void printQuote(PrintWriter out, Message message, WAContactsDirectory co
String quoteEnd = "</span></div>";
if (messageQuote.isDeleted()) {
quoteEnd = "</span><br><span style=\"float:none\" class=\"recovered\"><div class=\"deletedIcon\"></div><i>"
+ Messages.getString("WhatsAppReport.QuoteDeleted") + "</i>" + quoteEnd;
+ Messages.getString("WhatsAppReport.QuoteNotFound") + "</i>" + quoteEnd;
}

switch (messageQuote.getMessageType()) {
Expand Down

0 comments on commit 84ae295

Please sign in to comment.