mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #1200] Error in StringResources.en #893
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#893
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Regmos on GitHub (May 19, 2023).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1200
While working on a StringResources.da update, I noticed this.
When hovering over Image Tab => Mouse Events the tooltip is wrong.
If
line 126 <s:String x:Key="S.Command.MouseClicks">Mouse clicks</s:String>
Is changed to
line 126 <s:String x:Key="S.Command.MouseEvents">Mouse clicks</s:String>
Everything is OK.
Kind regards
Regmos
@NickeManarin commented on GitHub (Jun 23, 2023):
Fixed by @matthew-e-brown