");
String name = folderName.equals(DIR_FOLDER) ? "Inbox" : folderName;
out.println(_t("Folder") + ": " + _t(name) + " "); // TODO css to center it
- out.println(button(SWITCH_TO, _t("Change to Folder")));
+ out.println(button(SWITCH_TO, _t("Change to Folder") + ':'));
showFolderSelect(out, folderName, false);
if (pages > 1) {
if (outputHidden)
@@ -3230,7 +3230,9 @@ public class WebMail extends HttpServlet
* @since 0.9.35
*/
private static void showFolderSelect(PrintWriter out, String currentName, boolean disableCurrent) {
- out.println(" |