Skip to content
Snippets Groups Projects
Verified Commit d7284572 authored by Peter Albrecht's avatar Peter Albrecht :monkey:
Browse files

Change "Profile" to "Default"

parent cfc57ba7
No related branches found
No related tags found
1 merge request!512Skill-Gui Stability and QOL
Pipeline #22566 failed
...@@ -17,7 +17,7 @@ namespace armarx::skills::gui ...@@ -17,7 +17,7 @@ namespace armarx::skills::gui
static const constexpr char* SET_ARGS_BUTTON_TEXT = "Set Params from Clipboard"; static const constexpr char* SET_ARGS_BUTTON_TEXT = "Set Params from Clipboard";
static const constexpr char* COPY_ARGS_BUTTON_TEXT = " Copy Params to Clipboard"; static const constexpr char* COPY_ARGS_BUTTON_TEXT = " Copy Params to Clipboard";
static const constexpr char* COPY_SKILL_BUTTON_TEXT = " Copy SkillID to Clipboard"; static const constexpr char* COPY_SKILL_BUTTON_TEXT = " Copy SkillID to Clipboard";
static const constexpr char* RESET_ARGS_BUTTON_TEXT = " Reset Params to Profile"; static const constexpr char* RESET_ARGS_BUTTON_TEXT = " Reset Params to Defaults";
static const constexpr char* DEFAULT_PROFILE_TEXT = "<No Profile selected. Using root>"; static const constexpr char* DEFAULT_PROFILE_TEXT = "<No Profile selected. Using root>";
static const constexpr char* PROFILE_NOT_IMPLEMENTED = static const constexpr char* PROFILE_NOT_IMPLEMENTED =
"Profiles other than the root profile are currently not supported."; "Profiles other than the root profile are currently not supported.";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment