aboutsummaryrefslogtreecommitdiff
path: root/files/bn
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-03-20 18:32:06 -0700
committerGitHub <noreply@github.com>2021-03-20 18:32:06 -0700
commitdd970ebde4659015cacb03f3cec08ba3662f76b7 (patch)
tree22fce3103c66822def150bdcd5934b143ce775cd /files/bn
parent42fa0779cb86e303db29e3603901b000523173cf (diff)
downloadtranslated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.gz
translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.bz2
translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.zip
remove fx_minversion_inline macro calls (#258)
Diffstat (limited to 'files/bn')
-rw-r--r--files/bn/tools/3d_view/index.html6
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>