mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
fix #19, wrong dialog title
This commit is contained in:
@ -21,7 +21,7 @@ class RenameItemDialog(val context: Context, val path: String, val item: FileDir
|
||||
view.item_name.setText(item.name)
|
||||
|
||||
AlertDialog.Builder(context)
|
||||
.setTitle(context.resources.getString(R.string.create_new))
|
||||
.setTitle(context.resources.getString(R.string.rename_item))
|
||||
.setView(view)
|
||||
.setPositiveButton(R.string.ok, null)
|
||||
.setNegativeButton(R.string.cancel, null)
|
||||
|
Reference in New Issue
Block a user