Be more specific when toasting "Success!"

Closes #4871
//FREEBIE
This commit is contained in:
McLoo
2015-12-12 22:22:29 +01:00
committed by Moxie Marlinspike
parent ff1a5a5197
commit fd43dbdcdb
3 changed files with 4 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ public class SaveAttachmentTask extends ProgressDialogAsyncTask<SaveAttachmentTa
Toast.LENGTH_LONG).show();
break;
case SUCCESS:
Toast.makeText(context, R.string.ConversationFragment_success_exclamation,
Toast.makeText(context, R.string.ConversationFragment_file_saved_successfully,
Toast.LENGTH_LONG).show();
break;
case WRITE_ACCESS_FAILURE: