Fix the resources to remove extraneous spaces in '...'.
This commit is contained in:
parent
c819a87d33
commit
39cb432b68
|
@ -100,7 +100,7 @@ BEGIN
|
|||
MENUITEM "&Plakken", ID_EDIT_PASTE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Bullet points" ID_BULLET
|
||||
MENUITEM "&Paragraph . . ." ID_PARAFORMAT
|
||||
MENUITEM "&Paragraph...", ID_PARAFORMAT
|
||||
END
|
||||
END
|
||||
|
||||
|
|
|
@ -102,8 +102,8 @@ BEGIN
|
|||
MENUITEM "&Kopyala", ID_EDIT_COPY
|
||||
MENUITEM "Ya&pýþtýr", ID_EDIT_PASTE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Bullet points" ID_BULLET
|
||||
MENUITEM "&Paragraph . . ." ID_PARAFORMAT
|
||||
MENUITEM "&Bullet points", ID_BULLET
|
||||
MENUITEM "&Paragraph...", ID_PARAFORMAT
|
||||
END
|
||||
END
|
||||
|
||||
|
|
Loading…
Reference in New Issue