You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Modified editor strings to be translatable in the future
This commit is contained in:
@@ -119,7 +119,7 @@ class SpriteRegionEditorPlugin : public EditorPlugin
|
||||
EditorNode *editor;
|
||||
public:
|
||||
|
||||
virtual String get_name() const { return "SpriteRegion"; }
|
||||
virtual String get_name() const { return TTR("SpriteRegion"); }
|
||||
bool has_main_screen() const { return false; }
|
||||
virtual void edit(Object *p_node);
|
||||
virtual bool handles(Object *p_node) const;
|
||||
|
||||
Reference in New Issue
Block a user