Skip to content

Commit

Permalink
Described placeholder for translations
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Nov 14, 2018
1 parent 407a2da commit 4966191
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/lib/y2ntp_client/widgets/main_widgets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ def initialize
end

def label
# TRANSLATORS: label for widget that allows to define if ntp configiration is only
# from its source or dynamically extended e.g. via DHCP
# TRANSLATORS: label for widget that allows to define if ntp
# configuration is only from its source or dynamically extended
# e.g. via DHP
_("Configuration Source")
end

def help
# TRANSLATORS: configuration source combo box help
# TRANSLATORS: configuration source combo box help, %{manual} is a
# manual page reference, e.g. "man 8 netconfig"
_("<p>The NTP configuration may be provided by the local network over DHCP. " \
"<b>Configuration Source</b> can simply enable or disable using that configuration. " \
"In cases where there may be multiple DHCP sources, it can prioritize them: " \
Expand Down

0 comments on commit 4966191

Please sign in to comment.