diff client/src/components/ImportStretches.vue @ 2595:dda4cec8e67b

client:translations: correct some strings marking
author Fadi Abbud <fadi.abbud@intevation.de>
date Tue, 12 Mar 2019 11:44:29 +0100
parents 2d18b8d5b9db
children 8d767359fddb
line wrap: on
line diff
--- a/client/src/components/ImportStretches.vue	Tue Mar 12 11:14:56 2019 +0100
+++ b/client/src/components/ImportStretches.vue	Tue Mar 12 11:44:29 2019 +0100
@@ -384,7 +384,7 @@
           callback: () => {
             displayInfo({
               title: this.$gettext("Not implemented"),
-              message: this.$gettext("Deleting " + stretch.id)
+              message: this.$gettext("Deleting ") + stretch.id
             });
           }
         },