mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
refactor: Remove stock string that is rarely used these days (#3957)
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user