spelling: unknown

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent d7cb3e8002
commit 15ce1e4351
4 changed files with 4 additions and 4 deletions
@@ -72,6 +72,6 @@ public class EasyTagNameResolver implements TagNameResolverInterface {
DefineVideoStreamTag vt = (DefineVideoStreamTag) tag;
return EasyStrings.translate("item.video") + " " + vt.getCharacterId();
}
return EasyStrings.translate("item.uknown");
return EasyStrings.translate("item.unknown");
}
}
@@ -37,7 +37,7 @@ item.movieClip = movieClip
item.button = button
item.sound = sound
item.video = video
item.uknown = unknown
item.unknown = unknown
undo = Undo %action%
undo.cannot = Cannot undo
@@ -33,7 +33,7 @@ item.movieClip = \u5f71\u7247\u526a\u8f91
item.button = \u6309\u94ae
item.sound = \u58f0\u97f3
item.video = \u89c6\u9891
item.uknown = \u672a\u77e5
item.unknown = \u672a\u77e5
undo = \u64a4\u9500 %action%
undo.cannot = \u65e0\u6cd5\u64a4\u9500
redo = \u91cd\u505a %action%