Fixed message when trying to move to a folder which does not exist anymore
authorjabarros <jabarros@solidgear.es>
Tue, 2 Sep 2014 12:30:28 +0000 (14:30 +0200)
committerjabarros <jabarros@solidgear.es>
Tue, 2 Sep 2014 12:30:28 +0000 (14:30 +0200)
src/com/owncloud/android/ui/activity/MoveActivity.java

index 7dfb447..be8fce1 100644 (file)
@@ -449,7 +449,7 @@ public class MoveActivity extends HookActivity implements FileFragment.Container
                         if (currentDir == null) {
                             // current folder was removed from the server 
                             Toast.makeText( MoveActivity.this, 
-                                            String.format(getString(R.string.sync_current_folder_was_removed), "PLACEHOLDER"), 
+                                            String.format(getString(R.string.sync_current_folder_was_removed), getCurrentFolder().getFileName()), 
                                             Toast.LENGTH_LONG)
                                 .show();
                             browseToRoot();