Skip to content

Commit

Permalink
solved another shortcut conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 23, 2015
1 parent 7e99de4 commit 312e145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/SourceDialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class SourceDialogsClass < Module
# radio button
:https => N_("HTT&PS..."),
# radio button
:samba => N_("&SMB/CIFS"),
:samba => N_("S&MB/CIFS"),
# radio button
:nfs => N_("NF&S..."),
# radio button
Expand Down Expand Up @@ -1717,7 +1717,7 @@ def ServerInit(key)
protocol_box = Builtins.add(
protocol_box,
# radio button
RadioButton(Id(:samba), Opt(:notify), _("&SMB/CIFS"))
RadioButton(Id(:samba), Opt(:notify), _("S&MB/CIFS"))
)
protocol_box = Builtins.add(protocol_box, HStretch())
protocol_box = RadioButtonGroup(
Expand Down

0 comments on commit 312e145

Please sign in to comment.