Skip to content

Commit

Permalink
update systray option string
Browse files Browse the repository at this point in the history
See #374
  • Loading branch information
Antoine Aflalo committed Nov 24, 2019
1 parent d3c7f8f commit 69b8c9e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions SoundSwitch/Localization/SettingsStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ Do you want to restart now?</value>
<data name="iconChange.tooltip" xml:space="preserve">
<value>Choose when to change the systray Icon of SoundSwitch.

Never: Don't change it.
Default: Don't change it. Keep SoundSwitch Icon.
Playback: When a playback device is switched.
Recording: When a recording device is switched.
Always: Change when any type of device is switched.</value>
Both: Change when any type of device is switched.</value>
</data>
</root>
4 changes: 2 additions & 2 deletions SoundSwitch/Localization/TrayIconStrings.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@
<value>Enregistrement</value>
</data>
<data name="iconChanger.none" xml:space="preserve">
<value>Jamais</value>
<value>Défaut</value>
</data>
<data name="iconChanger.both" xml:space="preserve">
<value>Toujours</value>
<value>Les deux</value>
</data>
</root>
3 changes: 0 additions & 3 deletions SoundSwitch/Localization/TrayIconStrings.nb.resx
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,5 @@
</data>
<data name="iconChanger.recording" xml:space="preserve">
<value>Opptak</value>
</data>
<data name="iconChanger.none" xml:space="preserve">
<value>Aldri</value>
</data>
</root>
4 changes: 2 additions & 2 deletions SoundSwitch/Localization/TrayIconStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@
<value>Recording</value>
</data>
<data name="iconChanger.none" xml:space="preserve">
<value>Never</value>
<value>Default</value>
</data>
<data name="iconChanger.both" xml:space="preserve">
<value>Always</value>
<value>Both</value>
</data>
</root>

0 comments on commit 69b8c9e

Please sign in to comment.