mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Remove stray trailing colon from SQL Server options page name in some translations.
This commit is contained in:
@@ -7,7 +7,7 @@ Namespace Forms.OptionsPages
|
||||
Public Class SqlServerPage
|
||||
Public Overrides Property PageName() As String
|
||||
Get
|
||||
Return Language.strSQLServer
|
||||
Return Language.strSQLServer.TrimEnd(":")
|
||||
End Get
|
||||
Set(value As String)
|
||||
End Set
|
||||
|
||||
Reference in New Issue
Block a user