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:
authorSv. Lockal <lockalsash@gmail.com>2014-04-03 22:49:27 +0400
committerSv. Lockal <lockalsash@gmail.com>2014-04-03 22:49:27 +0400
commitc019ae5ea3a8eb49010de76c14a359c4729bbcf0 (patch)
tree53fb5237d88b34935b201619d2bbe85f9e678025 /source/blender/editors/space_image/image_buttons.c
parente7c2578576380288befcd77e88edd8ae508ed01a (diff)
I18N: add missing lines
Reviewed By: mont29 Differential Revision: https://developer.blender.org/D328
Diffstat (limited to 'source/blender/editors/space_image/image_buttons.c')
-rw-r--r--source/blender/editors/space_image/image_buttons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_image/image_buttons.c b/source/blender/editors/space_image/image_buttons.c
index 97a8e9b59d0..c7876bb44c4 100644
--- a/source/blender/editors/space_image/image_buttons.c
+++ b/source/blender/editors/space_image/image_buttons.c
@@ -763,7 +763,7 @@ void uiTemplateImage(uiLayout *layout, bContext *C, PointerRNA *ptr, const char
if (has_alpha) {
col = uiLayoutColumn(layout, false);
uiItemR(col, &imaptr, "use_alpha", 0, NULL, ICON_NONE);
- uiItemR(col, &imaptr, "alpha_mode", 0, "Alpha", ICON_NONE);
+ uiItemR(col, &imaptr, "alpha_mode", 0, IFACE_("Alpha"), ICON_NONE);
}
uiItemS(layout);