aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/My Project/Resources.Designer.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-03 22:27:40 +0700
committerEverythingWindows <[email protected]>2022-11-03 22:27:40 +0700
commit37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4 (patch)
treea4f5166ec67b49cd9c4d3dc3d49c786823c81e97 /ShiftOS-TheRevival/My Project/Resources.Designer.vb
parent003fd87c55056e22ac01666cefce98f66d61307e (diff)
downloadshiftos-therevival-old-37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4.tar.gz
shiftos-therevival-old-37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4.tar.bz2
shiftos-therevival-old-37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4.zip
v0.2.2 stuff working on
Diffstat (limited to 'ShiftOS-TheRevival/My Project/Resources.Designer.vb')
-rw-r--r--ShiftOS-TheRevival/My Project/Resources.Designer.vb20
1 files changed, 19 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/My Project/Resources.Designer.vb b/ShiftOS-TheRevival/My Project/Resources.Designer.vb
index 62a3fe0..b1c515d 100644
--- a/ShiftOS-TheRevival/My Project/Resources.Designer.vb
+++ b/ShiftOS-TheRevival/My Project/Resources.Designer.vb
@@ -70,12 +70,30 @@ Namespace My.Resources
End Property
'''<summary>
- ''' Looks up a localized string similar to 0.2.0.
+ ''' Looks up a localized string similar to 0.2.1.
'''</summary>
Friend ReadOnly Property CurrentVersion() As String
Get
Return ResourceManager.GetString("CurrentVersion", resourceCulture)
End Get
End Property
+
+ '''<summary>
+ ''' Looks up a localized string similar to Clears all contents of the terminal.
+ '''</summary>
+ Friend ReadOnly Property man_clear() As String
+ Get
+ Return ResourceManager.GetString("man_clear", resourceCulture)
+ End Get
+ End Property
+
+ '''<summary>
+ ''' Looks up a localized string similar to Shows the value of codepoint in your wallet.
+ '''</summary>
+ Friend ReadOnly Property man_codepoint() As String
+ Get
+ Return ResourceManager.GetString("man_codepoint", resourceCulture)
+ End Get
+ End Property
End Module
End Namespace