Improve capitalization
"Add to Favorites" and "Remove from Favorites" menu options should be capitalized throughout.
This commit is contained in:
parent
212d5c1954
commit
a27c29f4fc
@ -472,8 +472,8 @@ AppIconMenu.prototype = {
|
|||||||
}
|
}
|
||||||
if (windows.length > 0)
|
if (windows.length > 0)
|
||||||
this._appendSeparator();
|
this._appendSeparator();
|
||||||
this._toggleFavoriteMenuItem = this._appendMenuItem(null, this._isFavorite ? _("Remove from favorites")
|
this._toggleFavoriteMenuItem = this._appendMenuItem(null, this._isFavorite ? _("Remove from Favorites")
|
||||||
: _("Add to favorites"));
|
: _("Add to Favorites"));
|
||||||
|
|
||||||
this._highlightedItem = null;
|
this._highlightedItem = null;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user