Skip to content

Delete has formatting placeholders (%s) #200

Description

@idbrii
  1. Analyze
  2. View all for Memes
  3. Long press to select an image
  4. ... menu
  5. trash can icon
  6. Popup to confirm

Expected:
tells me number of files and size

Actual:

Are you sure you want to proceed?

%s Files, %s Size

Looks like this code is missing a call to R.string.delete_files_message.format(toDelete.size, size):

builder
.setTitle(R.string.delete_files_title)
.setMessage(R.string.delete_files_message)
.setPositiveButton(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions