Skip to content

Commit

Permalink
Set proper title for QS add dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Jul 6, 2020
1 parent 41f3fe7 commit 6b53b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AddQSTileDialog(context: Context, private val adapter: QSEditorActivity.QS
private val intentString = context.resources.getString(R.string.intent)

init {
setTitle(R.string.add)
setTitle(R.string.add_qs_tile)
setNegativeButton(android.R.string.cancel, null)
}

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
<string name="tile_nav_immersive">Nav Immersive</string>
<string name="tile_status_immersive">Status Immersive</string>
<string name="add">Add</string>
<string name="add_qs_tile">Add QS Tile</string>
<string name="intent">Intent</string>

<string name="status_bar_icons">Status Bar Icons</string>
Expand Down

0 comments on commit 6b53b19

Please sign in to comment.