@@ -212,9 +212,6 @@ <h2 class="h5 m-0">Menu</h2>
212212 < i class ="bi bi-share me-2 "> </ i > Share
213213 </ button >
214214
215- < button id ="mobile-direction-toggle " class ="mobile-menu-item " title ="Toggle RTL/LTR ">
216- < i class ="bi bi-text-right me-2 "> </ i > Switch to RTL
217- </ button >
218215 < div class ="mobile-menu-item dropdown w-100 p-0 border-0 ">
219216 < button class ="mobile-menu-item w-100 text-start dropdown-toggle " type ="button " id ="mobileLanguageDropdown " data-bs-toggle ="dropdown " aria-expanded ="false " title ="Switch Language ">
220217 < i class ="bi bi-translate me-2 "> </ i > Language: < span id ="mobile-current-lang-label "> English</ span >
@@ -251,7 +248,7 @@ <h2 class="h5 m-0">Menu</h2>
251248 < div class ="markdown-toolbar-group ">
252249 < button type ="button " class ="markdown-tool-btn " data-md-action ="undo " title ="Undo " aria-label ="Undo "> < i class ="bi bi-arrow-counterclockwise "> </ i > </ button >
253250 < button type ="button " class ="markdown-tool-btn " data-md-action ="redo " title ="Redo " aria-label ="Redo "> < i class ="bi bi-arrow-clockwise "> </ i > </ button >
254- < button type ="button " class ="markdown-tool-btn " data-md-action ="clear-formatting " title ="Clear Markdown formatting " aria-label ="Clear Markdown formatting "> < i class ="bi bi-eraser "> </ i > </ button >
251+ < button type ="button " class ="markdown-tool-btn " data-md-action ="clear-formatting " title ="Clear document " aria-label ="Clear document "> < i class ="bi bi-eraser "> </ i > </ button >
255252 </ div >
256253 < div class ="markdown-toolbar-group ">
257254 < button type ="button " class ="markdown-tool-btn " data-md-action ="bold " title ="Bold " aria-label ="Bold "> < i class ="bi bi-type-bold "> </ i > </ button >
@@ -317,15 +314,15 @@ <h2 class="h5 m-0">Menu</h2>
317314 < div id ="clear-formatting-modal " class ="reset-modal-overlay modal-overlay " role ="dialog " aria-modal ="true " aria-labelledby ="clear-formatting-title " aria-hidden ="true " style ="display:none; ">
318315 < div class ="reset-modal-box reset-modal-box--wide modal-box ">
319316 < div class ="modal-header ">
320- < p id ="clear-formatting-title " class ="reset-modal-message "> Clear Markdown formatting ?</ p >
321- < button type ="button " class ="modal-close-btn " id ="clear-formatting-close " aria-label ="Close clear formatting dialog ">
317+ < p id ="clear-formatting-title " class ="reset-modal-message "> Clear active document ?</ p >
318+ < button type ="button " class ="modal-close-btn " id ="clear-formatting-close " aria-label ="Close clear document dialog ">
322319 < i class ="bi bi-x-lg "> </ i >
323320 </ button >
324321 </ div >
325- < p class ="modal-subtext "> Only the Markdown formatting in this document content is cleared. The file itself is not deleted.</ p >
322+ < p class ="modal-subtext "> Are you sure you want to clear the content of the active document? The document itself will not be deleted.</ p >
326323 < div class ="reset-modal-actions ">
327324 < button class ="reset-modal-btn reset-modal-cancel " id ="clear-formatting-cancel "> Cancel</ button >
328- < button class ="reset-modal-btn reset-modal-confirm " id ="clear-formatting-confirm "> Clear Markdown </ button >
325+ < button class ="reset-modal-btn reset-modal-confirm " id ="clear-formatting-confirm "> Clear Document </ button >
329326 </ div >
330327 </ div >
331328 </ div >
0 commit comments