From 49adbe3ab8d1709979298870e981def6f69777e2 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 27 Feb 2012 18:14:56 +0000 Subject: Various fixes to UI messages (among other things, all messages needed it should now be capitalized). --- release/scripts/modules/bpy_extras/io_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/modules') diff --git a/release/scripts/modules/bpy_extras/io_utils.py b/release/scripts/modules/bpy_extras/io_utils.py index 38fdb8f5fec..593fc85e9cb 100644 --- a/release/scripts/modules/bpy_extras/io_utils.py +++ b/release/scripts/modules/bpy_extras/io_utils.py @@ -335,7 +335,7 @@ path_reference_mode = EnumProperty( ('MATCH', "Match", "Match Absolute/Relative " "setting with input path"), ('STRIP', "Strip Path", "Filename only"), - ('COPY', "Copy", "copy the file to the destination path " + ('COPY', "Copy", "Copy the file to the destination path " "(or subdirectory)"), ), default='AUTO' -- cgit v1.2.3