Fix typos and add translation notes

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-27 23:00:13 -04:00
parent 873055c4d5
commit 8374a66011
3 changed files with 4 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ settings_db_sync_task_delay = namespace.add_setting(
setting_home_view = namespace.add_setting(
global_name='COMMON_HOME_VIEW',
default=DEFAULT_COMMON_HOME_VIEW, help_text=_(
'Name of the view attached to the branch anchor in the main menu. '
'Name of the view attached to the brand anchor in the main menu. '
'This is also the view to which users will be redirected after '
'log in.'
),

View File

@@ -31,7 +31,7 @@ class StatisticsApp(MayanAppConfig):
SourceColumn(
source=StatisticLineChart,
# Translators: Schedule here is a verb, the 'schedule' at
# Translators: Schedule here is a noun, the 'schedule' at
# which the statistic will be updated
label=_('Schedule'),
attribute='schedule',

View File

@@ -268,6 +268,8 @@ class UserGroupsView(AddRemoveView):
secondary_object_model = Group
secondary_object_permission = permission_group_edit
list_available_title = _('Available groups')
# Translators: "User groups" here refer to the group list of a specific
# user.
list_added_title = _('User groups')
def get_actions_extra_kwargs(self):