Parcourir la source

[minor] fix minor type

Stephan Fuchs il y a 10 mois
Parent
commit
c30991bb4e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      sugarcube/src/menu/Menu.tw

+ 1 - 1
sugarcube/src/menu/Menu.tw

@@ -6,7 +6,7 @@
 	<<set $settings.ui.sidebarRight ??= false>>
 	<<set $settings.ui.css ??= "">>
 	<p>
-		<b>Note: All Style-setting tinker with the display-code at a low level. You might need to reload the page (F5) for changes to take effect.</b>
+		<b>Note: All Style-settings tinker with the display-code at a low level. You might need to reload the page (F5) for changes to take effect.</b>
 	</p>
 	<p>
 		<<checkbox "$settings.ui.actionsAtBottom" false true autocheck>> Display the available actions at the bottom of each passage instead of on the left side (only effects screens which are large enough to display the actions on the left to begin with).