Revision 4f9d1a69 src/com/rackspacecloud/android/AddFileActivity.java

b/src/com/rackspacecloud/android/AddFileActivity.java
178 178
					if ("".equals(cse.getMessage())) {
179 179
						startFileError("There was a problem creating your file.", bundle);
180 180
					} else {
181
						startFileError("There was a problem creating your file: " + cse.getMessage() + " Check file name and try again", bundle);
181
						startFileError("There was a problem creating your file: " + cse.getMessage() +  " See details for more information", bundle);
182 182
					}
183 183
				}
184 184
			} else if (exception != null) {
185
				startFileError("There was a problem creating your file: " + exception.getMessage()+" Check file name and try again", bundle);				
185
				startFileError("There was a problem creating your file: " + exception.getMessage()+ " See details for more information", bundle);				
186 186
			}			
187 187
		}
188 188
    }

Also available in: Unified diff