Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorAndrew Buttery <axb2035@gmail.com>2014-01-03 05:14:32 +0400
committerThomas Dinges <blender@dingto.org>2014-01-03 05:14:32 +0400
commit99ed221a6b29730e46b8c90776fc8fe882098c86 (patch)
tree009ee8fd264846c1480565381a8c6820bea2a065 /source
parent46a3752a1fbff37c69ffa94df8427a3c1236e873 (diff)
UI: Tooltip fix for the Particle Template ID.
Reviewed By: brecht, dingto Differential Revision: https://developer.blender.org/D165
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/interface/interface_templates.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index fe167940ecc..4f522e3e66e 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -353,7 +353,7 @@ static const char *template_id_browse_tip(StructRNA *type)
case ID_AC: return N_("Browse Action to be linked");
case ID_NT: return N_("Browse Node Tree to be linked");
case ID_BR: return N_("Browse Brush to be linked");
- case ID_PA: return N_("Browse Particle System to be linked");
+ case ID_PA: return N_("Browse Particle Settings to be linked");
case ID_GD: return N_("Browse Grease Pencil Data to be linked");
}
}