Merge "Fix notification message when moving." into nyc-dev

This commit is contained in:
Steve McKay
2016-03-09 18:00:17 +00:00
committed by Android (Google) Code Review

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