Changed a few strings (#101)
* :) Changed some strings * More strings * New string
This commit is contained in:
parent
c9649751d2
commit
7684a15e94
3 changed files with 3 additions and 3 deletions
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
contentbody=$( jq -Rsa . <<< "${{ github.event.head_commit.message }}" )
|
contentbody=$( jq -Rsa . <<< "${{ github.event.head_commit.message }}" )
|
||||||
curl -F "payload_json={\"content\":\" everyone **${{ env.VERSION }}**\n\n${contentbody:1:-1}\"}" -F "dantotsu_debug=@app/build/outputs/apk/debug/app-debug.apk" ${{ secrets.DISCORD_WEBHOOK }}
|
curl -F "payload_json={\"content\":\" Debug-Build **${{ env.VERSION }}**\n\n${contentbody:1:-1}\"}" -F "dantotsu_debug=@app/build/outputs/apk/debug/app-debug.apk" ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
|
|
||||||
- name: Delete Old Pre-Releases
|
- name: Delete Old Pre-Releases
|
||||||
id: delete-pre-releases
|
id: delete-pre-releases
|
||||||
|
|
|
@ -228,7 +228,7 @@
|
||||||
<string name="sub_background_color_select">Subtitle Background Color</string>
|
<string name="sub_background_color_select">Subtitle Background Color</string>
|
||||||
<string name="sub_window_color_select">Subtitle Window Color</string>
|
<string name="sub_window_color_select">Subtitle Window Color</string>
|
||||||
<string name="sub_window_color_info">"The subtitle window is the part left and right from them. (where the background isn\'t)"</string>
|
<string name="sub_window_color_info">"The subtitle window is the part left and right from them. (where the background isn\'t)"</string>
|
||||||
<string name="sub_color_info"><b>Note:</b> Changing Subtitle formatting only works with Soft-Subbed Sources such as Zoro!</string>
|
<string name="sub_color_info"><b>Note:</b> Changing above settings only affects Soft-Subtitles!</string>
|
||||||
<string name="sub_font_select">Subtitle Font</string>
|
<string name="sub_font_select">Subtitle Font</string>
|
||||||
<string name="subtitle_font_size">Subtitle Size</string>
|
<string name="subtitle_font_size">Subtitle Size</string>
|
||||||
|
|
||||||
|
|
|
@ -227,7 +227,7 @@
|
||||||
<string name="sub_background_color_select">Subtitle Background Color</string>
|
<string name="sub_background_color_select">Subtitle Background Color</string>
|
||||||
<string name="sub_window_color_select">Subtitle Window Color</string>
|
<string name="sub_window_color_select">Subtitle Window Color</string>
|
||||||
<string name="sub_window_color_info">"The subtitle window is the part left and right from them. (where the background isn\'t)"</string>
|
<string name="sub_window_color_info">"The subtitle window is the part left and right from them. (where the background isn\'t)"</string>
|
||||||
<string name="sub_color_info"><b>Note:</b> Changing Subtitle formatting only works with Soft-Subbed Sources such as Zoro!</string>
|
<string name="sub_color_info"><b>Note:</b> Changing above settings only affects Soft-Subtitles!</string>
|
||||||
<string name="sub_font_select">Subtitle Font</string>
|
<string name="sub_font_select">Subtitle Font</string>
|
||||||
<string name="subtitle_font_size">Subtitle Size</string>
|
<string name="subtitle_font_size">Subtitle Size</string>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue