Minor rephrase of Username popup

This commit is contained in:
Guangcong Luo 2014-09-18 22:17:52 -05:00
parent d0f29abeab
commit f2e6c2db16

View File

@ -426,7 +426,7 @@
app.addPopup(UserPopup, {name: target});
};
if (!target) {
app.addPopupPrompt("Whose user window would you like to open?", "Open", function(target) {
app.addPopupPrompt("Username", "Open", function(target) {
if (!target) return;
open(target);
});