ref: refs/heads/master commit 2a33c5f1d87cf46bf66073318801a582a8da0632 Author: Martin Schmidkunz <mschmidkunz@suse.de> Date: Mon Dec 7 11:33:03 2009 +0530 Fixed capitalization in registration module --- .../app/controllers/registration_controller.rb | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/registration/app/controllers/registration_controller.rb b/plugins/registration/app/controllers/registration_controller.rb index 407ef36..3e4dd7d 100644 --- a/plugins/registration/app/controllers/registration_controller.rb +++ b/plugins/registration/app/controllers/registration_controller.rb @@ -10,14 +10,14 @@ class RegistrationController < ApplicationController def initialize @trans = { 'email' => _("Email"), - 'moniker' => _("System Name"), - 'regcode-sles' => _("SLES Registration Code"), - 'regcode-sled' => _("SLED Registration Code"), - 'appliance-regcode' => _("Appliance Registration Code"), - '___getittranslated1' => _("Registration Code"), + 'moniker' => _("System name"), + 'regcode-sles' => _("SLES registration code"), + 'regcode-sled' => _("SLED registration code"), + 'appliance-regcode' => _("Appliance registration code"), + '___getittranslated1' => _("Registration code"), '___getittranslated2' => _("Hostname"), - '___getittranslated3' => _("Device Name"), - '___getittranslated4' => _("Appliance Name") } + '___getittranslated3' => _("Device name"), + '___getittranslated4' => _("Appliance name") } @trans.freeze end -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org