Skip to content
Snippets Groups Projects
Commit d1fbd5bf authored by Sebastian Bergemann's avatar Sebastian Bergemann
Browse files

Correct copy and paste mistake in a description string


Issue-ref: 4321
Issue-Url: af3#4321

Signed-off-by: default avatarSebastian Bergemann <bergemann@fortiss.org>
parent bc4b16ce
No related branches found
No related tags found
1 merge request!204Ensure hiding the context menu directly before its menu item actions
AddElementContextMenu.java 592522843ed720c4e244793710accb0bd82bdd9d YELLOW AddElementContextMenu.java 592522843ed720c4e244793710accb0bd82bdd9d YELLOW
GetUpdatedOriginsContextMenu.java a356ea9869f8279f2700222b1fd8382a29b06399 YELLOW GetUpdatedOriginsContextMenu.java a356ea9869f8279f2700222b1fd8382a29b06399 YELLOW
UpdateFromLibContextMenu.java cbd01f8487f121872754ca7fdfe7f2817d805ab6 YELLOW UpdateFromLibContextMenu.java 887eb7801f1a71d50930fd0c34a727713d1d0cc3 YELLOW
UpdateInLibContextMenu.java d2d1b21ec09dcd2e239974891884e8b77e94157b YELLOW UpdateInLibContextMenu.java d2d1b21ec09dcd2e239974891884e8b77e94157b YELLOW
...@@ -69,7 +69,7 @@ public class UpdateFromLibContextMenu implements IContextMenuContributor { ...@@ -69,7 +69,7 @@ public class UpdateFromLibContextMenu implements IContextMenuContributor {
/** The description of the processed action. */ /** The description of the processed action. */
private static final String ACTION_DESCRIPTION = private static final String ACTION_DESCRIPTION =
"Informing the user about updated reuse origins"; "Updating the selected reuse element from a selected reuse library";
/** The string of the context menu entry. */ /** The string of the context menu entry. */
public static final String UPDATE_FROM_CONTEXT_MENU_STRING = "Update from Reuse Library"; public static final String UPDATE_FROM_CONTEXT_MENU_STRING = "Update from Reuse Library";
......
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