Revision 6f608df7 src/gr/grnet/pithos/web/client/CredentialsDialog.java

b/src/gr/grnet/pithos/web/client/CredentialsDialog.java
85 85

  
86 86
		// Create the text and set a style name so we can style it with CSS.
87 87
		HTML text = new HTML("<p>These are the user credentials that are " +
88
				"required for interacting with Pithos");
88
				"required for interacting with Pithos+");
89 89
		text.setStyleName("pithos-credentialsText");
90 90
		text.setWidth(WIDTH_TEXT);
91 91
		inner.add(text);

Also available in: Unified diff