You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2012/12/07 23:26:36 UTC

[25/49] git commit: [#5289] tweak button text when selecting subcategories

[#5289] tweak button text when selecting subcategories


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/212e90ee
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/212e90ee
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/212e90ee

Branch: refs/heads/db/4803
Commit: 212e90ee3136414893e139bc10d0ac107cfe2a64
Parents: d4fe36c
Author: Dave Brondsema <db...@geek.net>
Authored: Mon Dec 3 22:05:11 2012 +0000
Committer: Dave Brondsema <db...@geek.net>
Committed: Mon Dec 3 22:20:25 2012 +0000

----------------------------------------------------------------------
 Allura/allura/lib/widgets/forms.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/212e90ee/Allura/allura/lib/widgets/forms.py
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/widgets/forms.py b/Allura/allura/lib/widgets/forms.py
index 5fe3923..ccbb826 100644
--- a/Allura/allura/lib/widgets/forms.py
+++ b/Allura/allura/lib/widgets/forms.py
@@ -552,7 +552,7 @@ class AddUserSkillForm(ForgeForm):
         return super(ForgeForm, self).display(**kw)
 
 class SelectSubCategoryForm(ForgeForm):
-    defaults=dict(ForgeForm.defaults, submit_text="Confirm")
+    defaults=dict(ForgeForm.defaults, submit_text="Continue")
 
     class fields(ew_core.NameList):
         selected_category=ew.SingleSelectField(