diff options
Diffstat (limited to 'files/bn/tools')
-rw-r--r-- | files/bn/tools/3d_view/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/bn/tools/3d_view/index.html b/files/bn/tools/3d_view/index.html index 4c598d5a1f..caab492814 100644 --- a/files/bn/tools/3d_view/index.html +++ b/files/bn/tools/3d_view/index.html @@ -58,17 +58,17 @@ original_slug: Tools/ত্রিমাত্রিক_দর্শন <tr> <td>Focus on selected node</td> <td>f</td> - <td>Makes sure the currently selected node is visible {{ fx_minversion_inline("13.0") }}</td> + <td>Makes sure the currently selected node is visible</td> </tr> <tr> <td>Reset view</td> <td>r</td> - <td>Resets zoom, rotation, and panning to the default {{ fx_minversion_inline("12.0") }}</td> + <td>Resets zoom, rotation, and panning to the default</td> </tr> <tr> <td>Hide current node</td> <td>x</td> - <td>Makes the currently selected node invisible; this can be helpful if you need to get at a node that's obscured {{ fx_minversion_inline("12.0") }}</td> + <td>Makes the currently selected node invisible; this can be helpful if you need to get at a node that's obscured</td> </tr> </tbody> </table> |