Skip to content

Commit

Permalink
Clarify NM warning in overview of network interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
clanig committed Jan 3, 2023
1 parent dc6adac commit 9241c51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib/y2network/widgets/interfaces_table.rb
Expand Up @@ -72,8 +72,10 @@ def init
if config.backend?(:network_manager)
Yast::Popup.Warning(
_(
"Network is currently handled by NetworkManager\n" \
"or completely disabled. YaST is unable to configure some options."
"YaST can not configure some network settings because \n" \
"they are handled by NetworkManager.\n\n" \
"The network setup method can be selected via " \
"\"Global Options\"."
)
)
end
Expand Down

0 comments on commit 9241c51

Please sign in to comment.