diff options
Diffstat (limited to 'ShiftOS-TheRevival/My Project/Resources.Designer.vb')
| -rw-r--r-- | ShiftOS-TheRevival/My Project/Resources.Designer.vb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ShiftOS-TheRevival/My Project/Resources.Designer.vb b/ShiftOS-TheRevival/My Project/Resources.Designer.vb index 1757b17..b99a0c7 100644 --- a/ShiftOS-TheRevival/My Project/Resources.Designer.vb +++ b/ShiftOS-TheRevival/My Project/Resources.Designer.vb @@ -61,20 +61,20 @@ Namespace My.Resources End Property '''<summary> - ''' Looks up a localized string similar to . + ''' Looks up a localized string similar to 0.2.2. '''</summary> - Friend ReadOnly Property BuildString() As String + Friend ReadOnly Property CurrentVersion() As String Get - Return ResourceManager.GetString("BuildString", resourceCulture) + Return ResourceManager.GetString("CurrentVersion", resourceCulture) End Get End Property '''<summary> - ''' Looks up a localized string similar to 0.2.2. + ''' Looks up a localized string similar to A basic command-line tool for simple calculation.. '''</summary> - Friend ReadOnly Property CurrentVersion() As String + Friend ReadOnly Property man_bc() As String Get - Return ResourceManager.GetString("CurrentVersion", resourceCulture) + Return ResourceManager.GetString("man_bc", resourceCulture) End Get End Property |
