We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f73850 commit a88842eCopy full SHA for a88842e
js/activity.js
@@ -6093,7 +6093,7 @@ class Activity {
6093
this.selectMode = () => {
6094
this.moving = false;
6095
this.isSelecting = !this.isSelecting;
6096
- (this.isSelecting) ? this.textMsg(_("Select is enabled")) : this.textMsg(_("Select is disabled"));
+ (this.isSelecting) ? this.textMsg(_("Select is enabled.")) : this.textMsg(_("Select is disabled."));
6097
}
6098
6099
this._create2Ddrag = () => {
0 commit comments