From 1dc61ace13096738a0d1e34579aa823523ef7f4d Mon Sep 17 00:00:00 2001 From: Yonle Date: Sat, 15 Jul 2023 00:35:41 +0700 Subject: [PATCH] html.c: Probably put placeholder on certain input and textboxes Signed-off-by: Yonle --- html.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/html.c b/html.c index 847a715..fadc29a 100644 --- a/html.c +++ b/html.c @@ -395,7 +395,7 @@ d_char *html_top_controls(snac *snac, d_char *s) "
\n" "\n" + "rows=\"8\" wrap=\"virtual\" required=\"required\" placeholder=\"What's on your mind?\">\n" "\n" "

%s: " "\n" @@ -403,14 +403,14 @@ d_char *html_top_controls(snac *snac, d_char *s) "

%s\n" /** attach **/ "

%s: \n" - "

%s: \n" + "

%s: \n" "

\n" "

" "

%s\n" /** poll **/ "

%s:
\n" "\n" + "rows=\"6\" wrap=\"virtual\" placeholder=\"Option 1...\nOption 2...\nOption 3...\n....\">\n" "

\n" + "\n" " %s\n" "

\n" "

\n" /** boost **/ - "\n" + "\n" " %s\n" "

\n" @@ -445,18 +445,18 @@ d_char *html_top_controls(snac *snac, d_char *s) "

\n" "

%s:
\n" - "

\n" + "

\n" "

%s:

\n" "

%s:
\n" - "

\n" + "

\n" "

\n" "

\n" "

%s:
\n" - "

\n" + "

\n" "

%s:
\n" " " @@ -533,7 +533,7 @@ d_char *html_top_controls(snac *snac, d_char *s) L("Sensitive content description"), L("Only for mentioned people"), - L("Attach..."), + L("Attachment..."), L("File"), L("File description"), @@ -555,7 +555,7 @@ d_char *html_top_controls(snac *snac, d_char *s) snac->actor, L("Boost"), L("(by URL)"), - L("User setup..."), + L("User settings...."), snac->actor, L("Display name"), es1, @@ -575,8 +575,8 @@ d_char *html_top_controls(snac *snac, d_char *s) L("Drop direct messages from people you don't follow"), xs_type(bot) == XSTYPE_TRUE ? "checked" : "", L("This account is a bot"), - L("New Password"), - L("Repeat New Password"), + L("New password"), + L("Repeat new password"), L("Update user info") );