diff options
Diffstat (limited to 'ShiftOS-TheRevival/My Project/Resources.Designer.vb')
| -rw-r--r-- | ShiftOS-TheRevival/My Project/Resources.Designer.vb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/My Project/Resources.Designer.vb b/ShiftOS-TheRevival/My Project/Resources.Designer.vb index d6f2a12..e3d19b7 100644 --- a/ShiftOS-TheRevival/My Project/Resources.Designer.vb +++ b/ShiftOS-TheRevival/My Project/Resources.Designer.vb @@ -165,6 +165,20 @@ Namespace My.Resources End Property '''<summary> + ''' Looks up a localized string similar to Displays informations about current session of Terminal such as current time, current application, current user, and current codepoint + ''' + '''[OPTION] Option to do certain things regarding the Infobar + '''COLOR [BG][FG] changes the infobar's color to the selected one + '''[ON|OFF] Turning infobar on or off + '''. + '''</summary> + Friend ReadOnly Property man_infobar() As String + Get + Return ResourceManager.GetString("man_infobar", resourceCulture) + End Get + End Property + + '''<summary> ''' Looks up a localized string similar to Shows up a manual on each corresponding command and its example of action ''' '''[COMMAND] Any command that you want to get the manual for |
