Browse Source

Remove wrong space in language litteral

Yannick Warnier 9 years ago
parent
commit
05ae0c9b60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugin/buycourses/view/configuration.tpl

+ 1 - 1
plugin/buycourses/view/configuration.tpl

@@ -23,7 +23,7 @@
                         <th class="text-center">{{ 'OfficialCode'|get_lang }}</th>
                         <th class="text-center">{{ 'OfficialCode'|get_lang }}</th>
                         <th class="text-center">{{ 'VisibleInCatalog'|get_plugin_lang('BuyCoursesPlugin') }}</th>
                         <th class="text-center">{{ 'VisibleInCatalog'|get_plugin_lang('BuyCoursesPlugin') }}</th>
                         <th class="text-right" width="200">{{ 'Price'|get_plugin_lang('BuyCoursesPlugin') }}</th>
                         <th class="text-right" width="200">{{ 'Price'|get_plugin_lang('BuyCoursesPlugin') }}</th>
-                        <th class="text-right">{{ 'Options  '|get_lang }}</th>
+                        <th class="text-right">{{ 'Options'|get_lang }}</th>
                     </tr>
                     </tr>
                 </thead>
                 </thead>