diff --git a/Resources/Plugins/edit-design/modal.html b/Resources/Plugins/edit-design/modal.html index d05a856c..18072f5f 100644 --- a/Resources/Plugins/edit-design/modal.html +++ b/Resources/Plugins/edit-design/modal.html @@ -65,26 +65,32 @@ <div class="l-column mdl-column"> - <!-- DESIGN --> + <!-- LAYOUT --> <label class="txt-uppercase touch-larger-label"> - <b>Layout & Design</b> + <b>Layout</b> </label> <label class="checkbox"> <input data-td-key="hideTweetActions" class="js-theme-checkbox touch-larger-label" type="checkbox"> - Hide Tweet Actions + Hide tweet actions </label> <label class="checkbox"> <input data-td-key="moveTweetActionsToRight" class="js-theme-checkbox touch-larger-label" type="checkbox"> - Tweet Actions on the Right Side + Tweet actions on the right side </label> - <label class="checkbox"> - <input data-td-key="smallComposeTextSize" class="js-theme-checkbox touch-larger-label" type="checkbox"> - Small Compose Tweet Font Size + + <!-- DESIGN --> + + <label class="txt-uppercase touch-larger-label"> + <b>Design</b> </label> <label class="checkbox"> <input data-td-key="roundedScrollBars" class="js-theme-checkbox touch-larger-label" type="checkbox"> - Rounded Scroll Bars + Rounded scroll bars + </label> + <label class="checkbox"> + <input data-td-key="smallComposeTextSize" class="js-theme-checkbox touch-larger-label" type="checkbox"> + Small compose tweet font size </label> <!-- ADVANCED --> @@ -94,7 +100,7 @@ </label> <label class="checkbox"> <input data-td-key="optimizeAnimations" class="js-theme-checkbox touch-larger-label" type="checkbox"> - Optimize Animations (uses more memory for smoother animations) + Optimize animations (uses more memory for smoother animations) </label> </div>