Skip to content

Commit

Permalink
Change Style format text in Customize Schemes dialog for font size fr…
Browse files Browse the repository at this point in the history
…om "nn" to "nn.mm" to reflect supporting of fractional font size.
  • Loading branch information
zufuliu committed Jul 29, 2018
1 parent b7595f0 commit 0f7ad82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Notepad2.rc
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ BEGIN
ICON IDI_STYLES,IDC_STATIC,189,19,20,20
LTEXT "Customize Schemes",IDC_TITLE,220,25,200,12
LTEXT "Filename extensions must be separated by semicolon (;)",IDC_STATIC,191,44,247,13
LTEXT "Style format:\n\tfont:Name;size:nn;bold;italic;underline;strike;\n\tfore:#ffffff;back:#bbbbbb;eolfilled",IDC_STATIC,191,60,247,27
LTEXT "Style format:\n\tfont:Name;size:nn.mm;bold;italic;underline;strike;\n\tfore:#ffffff;back:#bbbbbb;eolfilled",IDC_STATIC,191,60,247,27
LTEXT "Style propertie can be copied using copy and paste or drag and drop.\n\nThe ""Preview"" button will not apply any changes.",IDC_STATIC,191,90,247,34
LTEXT "Associated file&name extensions:|Style &settings:",IDC_STYLELABELS,315,230,152,8,NOT WS_VISIBLE
END
Expand Down

0 comments on commit 0f7ad82

Please sign in to comment.