Skip to content

Commit 6823036

Browse files
committed
Clearify wizzard setting
1 parent cecb122 commit 6823036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PasteIntoFile/Properties/Resources.de.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Für Details zur Formatierung &lt;a&gt;hier klicken&lt;/a&gt;.</value>
180180
<value>Einstellungen</value>
181181
</data>
182182
<data name="str_wizard_tray_autostart_button" xml:space="preserve">
183-
<value>Tray Autostart registieren</value>
183+
<value>Tray Autostart aktivieren</value>
184184
</data>
185185
<data name="str_wizard_tray_title" xml:space="preserve">
186186
<value>Autostart und Tastenkürzel aktivieren?</value>

PasteIntoFile/Wizard.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ private void ChkPatching_CheckedChanged(object sender, EventArgs e) {
121121
if (Settings.Default.trayPatchingEnabled != patchingCheckBox.Checked) {
122122
Settings.Default.trayPatchingEnabled = patchingCheckBox.Checked;
123123
Settings.Default.Save();
124-
SavedAnimation(patchingCheckBox);
124+
// no SavedAnimation so as not to give the feeling this would take effect immediately
125125
}
126126
}
127127

0 commit comments

Comments
 (0)