Various fixes to UI messages (among other things, all messages needed it should now be capitalized).

This commit is contained in:
Bastien Montagne
2012-02-27 18:14:56 +00:00
parent 684a2c8dca
commit 49adbe3ab8
15 changed files with 51 additions and 51 deletions

View File

@@ -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'