[haiku-commits] haiku: hrev44440 - src/documentation/uiguidelines

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 30 Jul 2012 19:12:46 +0200 (CEST)

hrev44440 adds 1 changeset to branch 'master'
old head: f099314535596f3d1119302d6921087c9bcd2946
new head: 7e38f21a04cd60db61de862e654aeb3b027a708a

----------------------------------------------------------------------------

7e38f21: Fixed typo. Fixes #8755

                                        [ Matt Madia <mattmadia@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44440
Commit:      7e38f21a04cd60db61de862e654aeb3b027a708a
URL:         http://cgit.haiku-os.org/haiku/commit/?id=7e38f21
Author:      Matt Madia <mattmadia@xxxxxxxxx>
Date:        Mon Jul 30 13:12:02 2012 UTC

Ticket:      https://dev.haiku-os.org/ticket/8755

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/documentation/uiguidelines/HaikuHIG.xml |    2 +-

----------------------------------------------------------------------------

diff --git a/src/documentation/uiguidelines/HaikuHIG.xml 
b/src/documentation/uiguidelines/HaikuHIG.xml
index 9a3011f..0377df4 100644
--- a/src/documentation/uiguidelines/HaikuHIG.xml
+++ b/src/documentation/uiguidelines/HaikuHIG.xml
@@ -22,7 +22,7 @@
 
 <para>You probably already know what kind of program you are going to write. 
If not, put this book away and do some thinking first. Without a clear idea of 
what you want, it's hard to do something about it. Once you know what general 
kind of program you would like to create, you also need to figure out who the 
program is meant for. This can be something as general as 'desktop users' to 
something as specific as 'Haiku Web Developers'. When you know who the main 
users of your program will be, you can make certain assumptions about what your 
users know. You can't necessarily expect a musician to understand how to 
effectively use a 3D modelling program as advanced as, say, 3D Studio Max, but 
you can expect them to have skills which lend themselves to using a program for 
writing music.</para>
 
-<para>Depending on how concerned you are about details, you may even want to 
create a user profile -- a fictional idea of an example user. This can consist 
of just one or two sentences or can be several paragraphs. A short user profile 
contains the person's first name, occupation, level of expertise, and what 
kinds of things they want to be able to do with their computer. One thing to be 
sure of is to make the user profile believable -- like a person you might know. 
In fact, when you design your app, it may be helpful if you know someone who 
fits into the target audience. You don't want to design you app for that person 
specifically, but, rather, someone just like them.</para>
+<para>Depending on how concerned you are about details, you may even want to 
create a user profile -- a fictional idea of an example user. This can consist 
of just one or two sentences or can be several paragraphs. A short user profile 
contains the person's first name, occupation, level of expertise, and what 
kinds of things they want to be able to do with their computer. One thing to be 
sure of is to make the user profile believable -- like a person you might know. 
In fact, when you design your app, it may be helpful if you know someone who 
fits into the target audience. You don't want to design your app for that 
person specifically, but, rather, someone just like them.</para>
 </sect1>
 
 <sect1>


Other related posts:

  • » [haiku-commits] haiku: hrev44440 - src/documentation/uiguidelines - mattmadia