summaryrefslogtreecommitdiff
path: root/electron/src/renderer/components/Simulator.vue
diff options
context:
space:
mode:
Diffstat (limited to 'electron/src/renderer/components/Simulator.vue')
-rw-r--r--electron/src/renderer/components/Simulator.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/electron/src/renderer/components/Simulator.vue b/electron/src/renderer/components/Simulator.vue
index 495f1c4c..bbcb5138 100644
--- a/electron/src/renderer/components/Simulator.vue
+++ b/electron/src/renderer/components/Simulator.vue
@@ -156,7 +156,7 @@
<font-awesome-icon icon="search-plus" class="fa-button"/>
</p>
<p>
- <translate>Zoom selection</translate>
+ <translate>Zoom design</translate>
</p>
<p>
<translate>] Right square bracket</translate>
@@ -220,7 +220,7 @@
<button v-on:click="zoomPage" :title="$gettext('Zoom page ([)')">
<font-awesome-icon icon="search-minus" size="2x" class="fa-button"/>
</button>
- <button v-on:click="zoomSelection" :title="$gettext('Zoom selection (])')">
+ <button v-on:click="zoomDesign" :title="$gettext('Zoom design (])')">
<font-awesome-icon icon="search-plus" size="2x" class="fa-button"/>
</button>
</fieldset>