Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Add variable comment for exit_confirm_dialog_body
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Apr 16, 2020
1 parent b5bcbb9 commit e9d2796
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,8 @@ the Select` button. When clicked it closes all the previously selected tabs -->
<!-- This string is displayed in the disable button of the quick Tracking Protection dialog, accessed from the Tracking Protection icon in the URL bar. -->
<string name="tracking_dialog_button_disable">Disable</string>

<!-- This string is displayed in the body of the confirm dialog shown in some platforms when the back button is pressed to quit the app. -->
<!-- This string is displayed in the body of the confirm dialog shown in some platforms when the back button is pressed to quit the app.
'%1$s' will be replaced at runtime with the app name. -->
<string name="exit_confirm_dialog_body">Are you sure you want to exit %1$s?</string>

<!-- This string is displayed in the Cancel button of the confirm dialog shown in some platforms when the back button is pressed to quit the app. -->
Expand Down

0 comments on commit e9d2796

Please sign in to comment.