refactor: Remove stock string that is rarely used these days (#3957)

This commit is contained in:
Hocuri
2025-10-21 11:09:47 +02:00
committed by GitHub
parent 40b8f1297e
commit bc2e4002c3
2 changed files with 0 additions and 2 deletions
@@ -151,7 +151,6 @@ public class DcHelper {
dcContext.setStockTranslation(11, context.getString(R.string.audio));
dcContext.setStockTranslation(12, context.getString(R.string.file));
dcContext.setStockTranslation(23, context.getString(R.string.gif));
dcContext.setStockTranslation(29, context.getString(R.string.systemmsg_cannot_decrypt));
dcContext.setStockTranslation(35, context.getString(R.string.contact_verified));
dcContext.setStockTranslation(40, context.getString(R.string.chat_archived_label));
dcContext.setStockTranslation(60, context.getString(R.string.login_error_cannot_login));