From 3fdcb126a55b43078319aa1f786bd2f36dc2568f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 3 Oct 2014 14:37:37 -0400 Subject: [PATCH] Fix capitalization --- mayan/apps/sources/wizards.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mayan/apps/sources/wizards.py b/mayan/apps/sources/wizards.py index d028bfeff0..06d25759db 100644 --- a/mayan/apps/sources/wizards.py +++ b/mayan/apps/sources/wizards.py @@ -50,9 +50,9 @@ class DocumentCreateWizard(MayanPermissionCheckMixin, SessionWizardView): self.condition_dict = {'2': DocumentCreateWizard.has_metadata_types} self.step_titles = [ - _(u'step 1 of 3: Document type'), - _(u'step 2 of 3: Metadata selection'), - _(u'step 3 of 3: Document metadata'), + _(u'Step 1 of 3: Document type'), + _(u'Step 2 of 3: Metadata selection'), + _(u'Step 3 of 3: Document metadata'), ] def get_form_initial(self, step):