diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-11-07 04:07:35 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-11-07 04:07:35 +0000 |
commit | b39f90e2756c12e92dd50eb1dccea142b5e57d9d (patch) | |
tree | d8c5c08bf2fa6bb57405580aa4ade81ff091d0e0 /app/src/main/res/values-es/strings.xml | |
parent | a4b95aee241b1d4f79b709ce06b95b0818a130af (diff) | |
download | infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar.gz infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar.bz2 infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar.lz infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar.xz infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar.zst infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.zip |
Rename NoPreviewLinkBackgroundColor to NoPreviewPostTypeBackgroundColor. NoPreviewPostTypeIconTint is available in custom theme.
Diffstat (limited to 'app/src/main/res/values-es/strings.xml')
-rw-r--r-- | app/src/main/res/values-es/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index ff2dd86d..8b9dae63 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -634,8 +634,8 @@ https://play.google.com/store/apps/details?id=ml.docilealligator.infinityforredd <string name="theme_item_unread_message_background_color_detail">"Aplicado a: Fondo de Mensaje No Leído"</string> <string name="theme_item_divider_color">"Color de Barra Divisora"</string> <string name="theme_item_divider_color_detail">"Aplicado a: Divisor de comentarios, divisor en páginas para publicar, etc."</string> - <string name="theme_item_no_preview_link_background_color">"Color de Enlace Sin Vista Previa"</string> - <string name="theme_item_no_preview_link_background_color_detail">"Aplicado a: Lugar de Enlace Sin Vista Previa"</string> + <string name="theme_item_no_preview_post_type_background_color">"Color de Enlace Sin Vista Previa"</string> + <string name="theme_item_no_preview_post_type_background_color_detail">"Aplicado a: Lugar de Enlace Sin Vista Previa"</string> <string name="theme_item_vote_and_reply_unavailable_button_color">"Color de Voto No Disponible"</string> <string name="theme_item_vote_and_reply_unavailable_button_color_detail">"Aplicado a: Botones de voto y respuesta (No Disponible)"</string> <string name="theme_item_comment_vertical_bar_color_1">"Color 1 de la Barra Vertical de Comentario"</string> |