We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6e722 commit 6333561Copy full SHA for 6333561
app/src/main/java/com/devadvance/rootcloak2/CustomizeKeywords.java
@@ -139,7 +139,8 @@ private void loadDefaults() {
139
140
private void loadDefaultsWithConfirm() {
141
AlertDialog.Builder builder = new AlertDialog.Builder(CustomizeKeywords.this)
142
- .setTitle(R.string.reset_keywords)
+ .setTitle(R.string.reset)
143
+ .setMessage(getString(R.string.reset_commands))
144
.setPositiveButton(R.string.ok, new DialogInterface.OnClickListener() {
145
public void onClick(DialogInterface dialog, int id) {
146
loadDefaults();
0 commit comments