Use "emoji"

This commit is contained in:
Julien Richard 2022-01-14 10:14:08 +01:00
commit 0d15124cae
2 changed files with 2 additions and 3 deletions

View file

@ -452,7 +452,7 @@ namespace Greenshot.Editor.Forms {
this.btnEmoji.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnEmoji.Image = ((System.Drawing.Image)(resources.GetObject("btnEmoji.Image")));
this.btnEmoji.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnEmoji.LanguageKey = "editor_emoji";
this.btnEmoji.Text = "Emoji";
this.btnEmoji.Name = "btnEmoji";
this.btnEmoji.Click += new System.EventHandler(this.BtnEmojiClick);
//

View file

@ -305,9 +305,8 @@ All Greenshot features still work directly from the tray icon context menu witho
<resource name="editor_counter">Add counter (I)</resource>
<resource name="editor_speechbubble">Add speechbubble (S)</resource>
<resource name="editor_emoji">Add emoji</resource>
<resource name="editor_resize">Resize</resource>
<resource name="editor_resize">Resize</resource>
<resource name="editor_resize_settings">Resize settings</resource>
<resource name="editor_resize_aspectratio">Maintain aspect ratio</resource>
<resource name="editor_resize_width">Width</resource>