From f96d01a788001a9747da8b27be11de785093c28d Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Tue, 8 Nov 2022 10:22:01 +0700 Subject: minor moving fixes --- ShiftOS-TheRevival/My Project/Resources.Designer.vb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ShiftOS-TheRevival/My Project/Resources.Designer.vb') 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 @@ -164,6 +164,20 @@ Namespace My.Resources End Get End Property + ''' + ''' 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 + '''. + ''' + Friend ReadOnly Property man_infobar() As String + Get + Return ResourceManager.GetString("man_infobar", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Shows up a manual on each corresponding command and its example of action ''' -- cgit v1.2.3