mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-23 04:23:04 +00:00
change button name
This commit is contained in:
parent
dfc039e94a
commit
b411c1a3de
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ namespace SanAndreasUnity.UI {
|
|||
{
|
||||
GUILayout.BeginHorizontal ();
|
||||
|
||||
if (Utilities.GUIUtils.ButtonWithCalculatedSize ("Reset"))
|
||||
if (Utilities.GUIUtils.ButtonWithCalculatedSize ("Reset to defaults"))
|
||||
ResetSettingsToDefaults ();
|
||||
|
||||
GUILayout.FlexibleSpace ();
|
||||
|
|
Loading…
Reference in a new issue