i18n: Sync translation template with current source
Misc fixes to source strings.
This commit is contained in:
@ -1877,7 +1877,7 @@ void EditorPropertyNodePath::update_property() {
|
||||
assign->set_tooltip(p);
|
||||
if (p == NodePath()) {
|
||||
assign->set_icon(Ref<Texture>());
|
||||
assign->set_text(TTR("Assign.."));
|
||||
assign->set_text(TTR("Assign..."));
|
||||
assign->set_flat(false);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user