Skip to content

Commit

Permalink
remove an used message
Browse files Browse the repository at this point in the history
it has been moved to the migration module
  • Loading branch information
lslezak committed Sep 16, 2015
1 parent 5774f88 commit f5c5376
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/lib/registration/ui/migration_repos_workflow.rb
Expand Up @@ -44,14 +44,6 @@ def self.run
def initialize
textdomain "registration"

# a dummy message which will be used later, just make sure we have it
# before the translation deadline...
# TRANSLATORS: popup question, confirm installing the available
# updates now
_("Online updates are available for installation.\n" \
"It is recommended to install all updates before proceeding.\n\n" \
"Would you like to install the updates now?")

url = UrlHelpers.registration_url
self.registration = Registration.new(url)
self.registration_ui = RegistrationUI.new(registration)
Expand Down

0 comments on commit f5c5376

Please sign in to comment.