From: Timo Mueller <[email protected]>
Signed-off-by: Timo Mueller <[email protected]> --- .../src/org/yocto/sdk/ide/YoctoSDKMessages.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties b/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties index e779f7d..0323d1c 100644 --- a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties +++ b/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties @@ -51,18 +51,18 @@ Preferences.Profile.Validator.InvalidName.Quote = Warning: The profile name cann Preferences.Profile.Validator.InvalidName.Empty = Please provide a new profile name. Preferences.Profile.Validator.InvalidName.Exists = Warning: The profile already exists. -Preferences.Profiles.Title = Target profiles: +Preferences.Profiles.Title = Cross development profiles: Preferences.Profile.New.Title = Save as ... -Preferences.Profile.New.Dialog.Title = Save as new target profile +Preferences.Profile.New.Dialog.Title = Save as new cross development profile Preferences.Profile.New.Dialog.Message = Please input a profile name. Preferences.Profile.Rename.Title = Rename -Preferences.Profile.Rename.Dialog.Title = Rename target profile +Preferences.Profile.Rename.Dialog.Title = Rename cross development profile Preferences.Profile.Rename.Dialog.Message = Please input a new profile name. Preferences.Profile.Remove.Title = Remove -Preferences.Profile.Remove.Dialog.Title = Remove target profile -Preferences.Profile.Remove.Dialog.Message = Do you really want to the remove the target profile "{0}"?\nProjects using this target profile will be reconfigured to use the standard profile. -Preferences.Profile.Standard.Modification.Title = Modify standard target profile -Preferences.Profile.Standard.Modification.Message = Standard target profile cannot be removed or renamed. +Preferences.Profile.Remove.Dialog.Title = Remove cross development profile +Preferences.Profile.Remove.Dialog.Message = Do you really want to the remove the cross development profile "{0}"?\nProjects using this cross development profile will be reconfigured to use the standard profile. +Preferences.Profile.Standard.Modification.Title = Modify standard cross development profile +Preferences.Profile.Standard.Modification.Message = Standard cross development profile cannot be removed or renamed. Preferences.Profile.ProjectSpecific.Title = Use project specific settings Preferences.Profile.ProjectSpecific.Group.Title = Project specific settings: -- 1.7.11.7 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
