diff options
Diffstat (limited to 'electron/src/renderer/components')
| -rw-r--r-- | electron/src/renderer/components/InstallPalettes.vue | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/electron/src/renderer/components/InstallPalettes.vue b/electron/src/renderer/components/InstallPalettes.vue index a2f9c16a..3608f858 100644 --- a/electron/src/renderer/components/InstallPalettes.vue +++ b/electron/src/renderer/components/InstallPalettes.vue @@ -19,8 +19,13 @@ <translate>Ink/Stitch can install palettes for Inkscape matching the thread colors from popular machine embroidery thread manufacturers. </translate> </v-card-text> - <v-file-input class="mb-3 mx-3" webkitdirectory hide-details v-model="path" - :label="$gettext('Choose Inkscape directory')"></v-file-input> + <v-file-input class="mb-3 mx-3" webkitdirectory hide-details v-model="path" truncate-length="45" + :label="$gettext('Choose Inkscape directory')"> + </v-file-input> + <v-card-text> + <translate>If you are not sure which file path to choose, click on install directly. In most cases Ink/Stitch will guess the correct path. + </translate> + </v-card-text> <v-card-actions> <v-btn text color="primary" v-on:click="install"> <v-icon>mdi-palette</v-icon> |
