Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
Change button name 'Apply' to 'Ok' in 'add to playlist...' dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sogolumbo committed Aug 29, 2020
1 parent f80dbd3 commit 66c169e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public boolean onSelection(MaterialDialog materialDialog, Integer[] which, CharS
return true;
}
})
.positiveText(R.string.action_apply)
.positiveText(R.string.action_ok)
.neutralText(R.string.action_new_playlist)
.onNeutral( new MaterialDialog.SingleButtonCallback(){
@Override
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<string name="action_delete">Löschen</string>
<string name="action_scan">Scannen</string>
<string name="action_set_as_start_directory">Als Start-Verzeichnis festlegen</string>
<string name="action_ok">Ok</string>
<string name="albums">Alben</string>
<string name="artists">Interpreten</string>
<string name="genres">Genres</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-en-rGB/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<string name="action_delete">Delete</string>
<string name="action_scan">Scan</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_apply">Apply</string>
<string name="action_ok">Ok</string>
<string name="albums">Albums</string>
<string name="artists">Artists</string>
<string name="genres">Genres</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<string name="action_delete">Delete</string>
<string name="action_scan">Scan</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_apply">Apply</string>
<string name="action_ok">Ok</string>
<string name="albums">Albums</string>
<string name="artists">Artists</string>
<string name="genres">Genres</string>
Expand Down

0 comments on commit 66c169e

Please sign in to comment.