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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-10-12 04:19:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-10-12 04:31:55 +0300
commiteb6e8521c2026c3483b0368022f10fa083bf41e8 (patch)
tree4ec9d62dbcea545c9565b3a5eff701bfac7820dc /source/blender/makesrna/intern/rna_actuator.c
parentea7ce7fcf417c77434b67dead12002b20b3bf59f (diff)
RNA: correct tips
Diffstat (limited to 'source/blender/makesrna/intern/rna_actuator.c')
-rw-r--r--source/blender/makesrna/intern/rna_actuator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_actuator.c b/source/blender/makesrna/intern/rna_actuator.c
index a207596af2e..01ca352c2a8 100644
--- a/source/blender/makesrna/intern/rna_actuator.c
+++ b/source/blender/makesrna/intern/rna_actuator.c
@@ -1724,7 +1724,7 @@ static void rna_def_game_actuator(BlenderRNA *brna)
prop = RNA_def_property(srna, "filename", PROP_STRING, PROP_FILEPATH);
RNA_def_property_ui_text(prop, "File",
"The file to use depending on the mode (e.g., the blend file to load or a destination "
- "for saving a screenshot). Use the \"//\" prefix for a relative path.");
+ "for saving a screenshot). Use the \"//\" prefix for a relative path");
RNA_def_property_update(prop, NC_LOGIC, NULL);
/*XXX to do: an operator that calls file_browse with relative_path on and blender filtering active */
}