Skip to content

Commit

Permalink
add a new message for later
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Aug 26, 2015
1 parent 80dc9da commit f475e86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib/registration/ui/migration_repos_workflow.rb
Expand Up @@ -43,6 +43,14 @@ 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
_("There are some online updates available to 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 f475e86

Please sign in to comment.