Fixed some strings to pithos+
authorChristos Stathis <chstath@gmail.com>
Tue, 6 Dec 2011 19:33:11 +0000 (21:33 +0200)
committerChristos Stathis <chstath@gmail.com>
Tue, 6 Dec 2011 19:33:11 +0000 (21:33 +0200)
src/gr/grnet/pithos/web/client/CredentialsDialog.java
src/gr/grnet/pithos/web/client/FeedbackDialog.java

index 1900e98..20c3bbe 100644 (file)
@@ -85,7 +85,7 @@ public class CredentialsDialog extends DialogBox {
 
                // Create the text and set a style name so we can style it with CSS.
                HTML text = new HTML("<p>These are the user credentials that are " +
-                               "required for interacting with Pithos");
+                               "required for interacting with Pithos+");
                text.setStyleName("pithos-credentialsText");
                text.setWidth(WIDTH_TEXT);
                inner.add(text);
index dc6872a..83a2db9 100644 (file)
@@ -86,7 +86,7 @@ public class FeedbackDialog extends DialogBox {
                VerticalPanel inner = new VerticalPanel();
                inner.addStyleName("inner");
                // Create the text and set a style name so we can style it with CSS.
-               HTML text = new HTML("Pithos is currently in alpha test and we would appreciate any<br>" + "kind of feedback. We welcome any suggestions, questions and<br>" + " bug reports you may have.");
+               HTML text = new HTML("Pithos+ is currently in alpha test and we would appreciate any<br>" + "kind of feedback. We welcome any suggestions, questions and<br>" + " bug reports you may have.");
                text.setStyleName("pithos-credentialsText");
                inner.add(text);
                FlexTable table = new FlexTable();