changeset 3425:cb2f67a07400

client: toolbar/dialogs: unified toolbar tooltips and dialog titles
author Markus Kottlaender <markus@intevation.de>
date Thu, 23 May 2019 15:58:12 +0200
parents 0a666ba899fa
children 4b303c149db4
files client/src/components/fairway/Profiles.vue client/src/components/layers/Layers.vue client/src/components/toolbar/Profiles.vue
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/fairway/Profiles.vue	Thu May 23 15:49:59 2019 +0200
+++ b/client/src/components/fairway/Profiles.vue	Thu May 23 15:58:12 2019 +0200
@@ -315,7 +315,7 @@
     ...mapGetters("map", ["openLayersMap"]),
     ...mapGetters("bottlenecks", ["orderedBottlenecks"]),
     profilesLable() {
-      return this.$gettext("Bottleneck");
+      return this.$gettext("Bottleneck Surveys");
     },
     selectedBottleneck: {
       get() {
--- a/client/src/components/layers/Layers.vue	Thu May 23 15:49:59 2019 +0200
+++ b/client/src/components/layers/Layers.vue	Thu May 23 15:58:12 2019 +0200
@@ -67,7 +67,7 @@
     ...mapState("application", ["showLayers"]),
     ...mapState("map", ["openLayersMaps"]),
     label() {
-      return this.$gettext("Layers");
+      return this.$gettext("Map Layers");
     },
     sourcesLoading() {
       let counter = 0;
--- a/client/src/components/toolbar/Profiles.vue	Thu May 23 15:49:59 2019 +0200
+++ b/client/src/components/toolbar/Profiles.vue	Thu May 23 15:58:12 2019 +0200
@@ -32,7 +32,7 @@
   computed: {
     ...mapState("application", ["showProfiles"]),
     label() {
-      return this.$gettext("Fairway Profiles");
+      return this.$gettext("Bottleneck Surveys");
     }
   }
 };