Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpguilet2017-06-07 13:01:32 +0000
committerPierre Guilet2017-06-07 13:12:45 +0000
commitd8b4407fd9cf5897cf57c4627c5beae63013e0fa (patch)
tree637f604b5e6a0be07009f6bbe53b2c4528b643b5
parentd4241da6c309742dc7f43cdcba3ed8795cc04a3d (diff)
downloadorg.eclipse.sirius-d8b4407fd9cf5897cf57c4627c5beae63013e0fa.tar.gz
org.eclipse.sirius-d8b4407fd9cf5897cf57c4627c5beae63013e0fa.tar.xz
org.eclipse.sirius-d8b4407fd9cf5897cf57c4627c5beae63013e0fa.zip
[510040] Update checkbox labelsv5.0.0rc3
Update the labels of the checkbox under the representations block of aird editor. Bug: 510040 Change-Id: I05efe4bcbe3b489219c68a512766945fc8262df3 Signed-off-by: pguilet <pierre.guilet@obeo.fr>
-rw-r--r--plugins/org.eclipse.sirius.ui/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.sirius.ui/plugin.properties b/plugins/org.eclipse.sirius.ui/plugin.properties
index 21061c926c..ce54e8e449 100644
--- a/plugins/org.eclipse.sirius.ui/plugin.properties
+++ b/plugins/org.eclipse.sirius.ui/plugin.properties
@@ -176,7 +176,7 @@ GraphicalRepresentationHandler_button_activateDeactivateViewpoint_incorrectSelec
GraphicalRepresentationHandler_button_activateDeactivateViewpoint_incorrectSelection_activationLabel=Activation
GraphicalRepresentationHandler_button_activateDeactivateViewpoint_incorrectSelection_deactivationLabel=Deactivation
GraphicalRepresentationHandler_button_activateDeactivateViewpoint_incorrectSelection_message=This option applies on viewpoints only
-GraphicalRepresentationHandler_checkBoxGroupByViewpoint_label=Group Representations by Viewpoint
+GraphicalRepresentationHandler_checkBoxGroupByViewpoint_label=Group representations by viewpoint
GraphicalRepresentationHandler_checkBoxShowDisabledViewpoints_label=Show disabled viewpoints
GraphicalRepresentationHandler_checkBoxGroupByRepresentationDescription_label=Group Representations by Representation Type

Back to the top