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/03 23:07:28 UTC

[1/8] git commit: [#5289] tweak button text when selecting subcategories

Updated Branches:
  refs/heads/db/5289 [created] edffdf4bf


[#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/edffdf4b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/edffdf4b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/edffdf4b

Branch: refs/heads/db/5289
Commit: edffdf4bf6dc4730bd407d20bc15de07f6c7dde5
Parents: f88d293
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:06:27 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/edffdf4b/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(