ms
This commit is contained in:
@@ -143,7 +143,14 @@ Public Class frmConfig_Basic
|
||||
End If
|
||||
.Filter = "Viewer.Exe|*.exe"
|
||||
.FilterIndex = 1
|
||||
.Title = "Pfad zu Universal Viewer.exe:"
|
||||
|
||||
If USER_LANGUAGE = "de-DE" Then
|
||||
.Title = "Pfad zu Universal Viewer.exe:"
|
||||
Else
|
||||
.Title = "Path to Universal Viewer.exe"
|
||||
End If
|
||||
|
||||
|
||||
If .ShowDialog() = DialogResult.OK Then
|
||||
Me.txtuniversalViewer.Text = .FileName
|
||||
SaveConfigValue("UniversalViewer", txtuniversalViewer.Text)
|
||||
@@ -212,7 +219,13 @@ Public Class frmConfig_Basic
|
||||
btnstartstop1.Image = My.Resources.bell_go
|
||||
End If
|
||||
Else
|
||||
btnstartstop1.Text = "Überwachung starten"
|
||||
If USER_LANGUAGE = "de-DE" Then
|
||||
btnstartstop1.Text = "Überwachung starten"
|
||||
Else
|
||||
btnstartstop1.Text = "Start hotfolder"
|
||||
End If
|
||||
|
||||
|
||||
btnstartstop1.Image = My.Resources.bell_go
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user