Revision d4cccc8f src/gr/ebs/gss/admin/client/ui/UserPanel.java

b/src/gr/ebs/gss/admin/client/ui/UserPanel.java
388 388
			@Override
389 389
			public void onClick(ClickEvent event) {
390 390

  
391
				ConfirmationDialog confirm = new ConfirmationDialog("Are you sure you want toremove this user?","Remove") {
391
				ConfirmationDialog confirm = new ConfirmationDialog("Are you" +
392
						" sure you want to <strong>permanently</strong> " +
393
						"remove user " + user.getUsername() + "?", "Remove") {
392 394

  
393 395
					@Override
394 396
					public void confirm() {

Also available in: Unified diff