Skip to content

Commit 9106f12

Browse files
committed
remove now unused stock translations
1 parent be709fb commit 9106f12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/thoughtcrime/securesms/connect/DcHelper.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ public static void setStockTranslations(Context context) {
156156
dcContext.setStockTranslation(36, context.getString(R.string.contact_not_verified));
157157
dcContext.setStockTranslation(37, context.getString(R.string.contact_setup_changed));
158158
dcContext.setStockTranslation(40, context.getString(R.string.chat_archived_label));
159-
dcContext.setStockTranslation(42, context.getString(R.string.autocrypt_asm_subject));
160-
dcContext.setStockTranslation(43, context.getString(R.string.autocrypt_asm_general_body));
161159
dcContext.setStockTranslation(60, context.getString(R.string.login_error_cannot_login));
162160
dcContext.setStockTranslation(66, context.getString(R.string.location));
163161
dcContext.setStockTranslation(67, context.getString(R.string.sticker));

0 commit comments

Comments
 (0)