Skip to content

Commit 3990f30

Browse files
committed
More helpful rename description
1 parent 3d4c07e commit 3990f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fNbt/Tags/NbtTag.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public string Name {
8484
get { return name; }
8585
set {
8686
string current_name = name;
87-
PerformAction(new DescriptionHolder("Rename {0} to {1}", this, value),
87+
PerformAction(new DescriptionHolder("Rename {0} from {1}", this, current_name),
8888
() => SetName(value),
8989
() => SetName(current_name)
9090
);

0 commit comments

Comments
 (0)