Fix notification message when moving.

Bug: 27251085
Change-Id: Ia5683f9745724539f8c5ff7e6e96129e11fa512d
This commit is contained in:
Tomasz Mikolajewski
2016-03-09 17:50:43 +09:00
parent 836202114a
commit fccba759d1

View File

@@ -68,7 +68,7 @@ final class MoveJob extends CopyJob {
@Override
public Notification getProgressNotification() {
return getProgressNotification(R.string.copy_preparing);
return getProgressNotification(R.string.copy_remaining);
}
@Override