From e87eb930df5f19574e6a611c73ef4b099d3dbbc3 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Wed, 31 Aug 2016 12:05:33 +0200 Subject: [PATCH] Use neutral (untranslated) prefix for amendments. Reason: Server cannot use the on client-side translated prefix string. --- openslides/motions/config_variables.py | 2 +- openslides/motions/static/js/motions/site.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/openslides/motions/config_variables.py b/openslides/motions/config_variables.py index 1d0f4ceb0..469811f18 100644 --- a/openslides/motions/config_variables.py +++ b/openslides/motions/config_variables.py @@ -114,7 +114,7 @@ def get_config_variables(): yield ConfigVariable( name='motions_amendments_prefix', - default_value='A', + default_value='-', label='Prefix for the identifier for amendments', weight=340, group='Motions', diff --git a/openslides/motions/static/js/motions/site.js b/openslides/motions/static/js/motions/site.js index 6287a04cf..1e92964f4 100644 --- a/openslides/motions/static/js/motions/site.js +++ b/openslides/motions/static/js/motions/site.js @@ -1664,8 +1664,6 @@ angular.module('OpenSlidesApp.motions.site', ['OpenSlidesApp.motions', 'OpenSlid gettext('Amendments'); gettext('Activate amendments'); gettext('Prefix for the identifier for amendments'); - /// Prefix for the identifier for amendments - gettext('A'); gettext('Apply title and text for new amendments'); // subgroup Suppoerters