<br />In text design, we usually focus on the layout of the text, how to layout it so that our text looks more beautiful and easier to read; however, the meaning expressed by the text itself is equally important, because the fundamental meaning of our layout is to make it easier for users to understand the content. 1. Let’s discuss the importance of this in a simple way based on a few points in the design . Text can be found everywhere in software design, such as titles, text on buttons, feedback text, navigation, etc. The title mainly tells us the theme of the current interface. For example, when we enter "My Network Places" from the desktop of our Windows operating system, the title displayed is "My Network Places", which is a general term for computers connected to the Internet with me. If we use "My Neighbors" to express it, it can also be understood as "My Network Places", but it is not accurate enough because some people will understand it as "my neighbor who lives next door to me." If you feel that the above example is too wordy and not intuitive enough, we can also take a look at the title of the error prompt window: ![]() From the title in the above picture, "Error while renaming file or folder", we can simply analyze that this title is relevant to the context. First of all, it is an error message prompt window, and it also explains when the error occurred during the operation. In terms of expression, it is just right. If you insist on using "Error" as the title, no one will say that you are wrong. It is just a window that pops up suddenly. A simple "Error" may confuse some users and reduce usability. Buttons are also commonly used expression elements. We use words to express the functions of many buttons. Here are some common examples:
To sum up the above examples, we always use specific text to describe the function of buttons in specific scenarios. The meaning of the text itself plays a key role in usability and ease of use. Information prompt text is a very important part in software interface design, simply because it is used to communicate directly with users; when users encounter problems using software, information text feedback can guide users to take action, and this interactive process is mainly carried out through text prompts, where the accuracy and constructiveness of the text description are of primary importance. The most important thing about information prompt text is to "explain the cause of the error and provide constructive operational tips." Mocking users, commands, accusations, and other emotional language and tones are not allowed. ![]() The picture above is a confirmation prompt, which accurately indicates that we want to delete the "My Computer Icon" instead of "My Computer". Otherwise, some users will understand that all files on the computer have been deleted. It also prompts the subsequent recovery method, which makes it clear enough. The operator basically has no more doubts about this thoughtful reminder. I won’t go into detail about the navigation text . Just click on it to see what the navigation means. Generally speaking, deceiving users into clicking may result in losing the user. If your sole purpose is to deceive people, I have no objection to you writing a navigation book that is irrelevant to the topic. 2. Some suggestions on how to ensure that the text conveys the meaning :
|
<<: How to restore docker container data
>>: JS realizes the case of eliminating stars
1. Background Sysbench is a stress testing tool t...
I usually like to visit the special pages or prod...
Use Code Cloud to build a Git code storage wareho...
I believe everyone has used JD. There is a very c...
Copy code The code is as follows: <html> &l...
If the developer uses Dockerfile to build the ima...
Table of contents 1. Understand the basics 2. Con...
This article example shares the specific code of ...
1. New and old domain name jump Application scena...
Preface Recently, I encountered a program using S...
Let's learn about different types of loops th...
This article mainly introduces the implementation...
Table of contents 1. lazy 2.trim 3.number 4.stop ...
1. Create a repository in the specified directory...
Step 1: Ensure that MySQL has binlog enabled show...