|
|
#1 |
|
Junior Member
Join Date: Feb 2009
Posts: 6
|
Mui_page_directory
Hi,
Im a newbie, can u please tell me how i can edit data of the MUI_PAGE_DIRECTORY. On this page we get eg. Space required : 1.0KB and Space available : 23.4GB . I want to edit this string, i just need to add a space between the size and unit. Space required : 1.0 KB Can someone help me. |
|
|
|
|
|
#2 | |
|
Major Dude
Join Date: Jun 2001
Posts: 1,173
|
Quote:
|
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Feb 2009
Posts: 6
|
I want to display the text as
Space required : 1.0 KB Space available : 23.4 GB and not as Space required : 1.0KB Space available : 23.4GB which is the default. Is this possible can u help me with it. |
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
As Animaether said, use the SpaceText command to set the prefix for those labels. Simply specify the string you want with the extra space.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#5 |
|
Senior Member
Join Date: Mar 2006
Location: Dallas
Posts: 442
|
fun2sh is looking for an extra space between the digits and the units. The SpaceTexts command will put text in front of the digits, but doesn't provide a way to put a space after the digits (or does it)?
Don |
|
|
|
|
|
#6 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
Then modify the following LangStrings and prefix them with a space.
e.g.code: code: NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|