mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:00:38 +00:00
Add missing internationalisation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29189 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a180f7e40f
commit
d83d3676c3
4 changed files with 56 additions and 49 deletions
|
@ -222,7 +222,7 @@ static int _gs_gui_color_picker_mode = NSRGBModeColorPanel;
|
|||
backing: NSBackingStoreRetained
|
||||
defer: NO
|
||||
screen: nil];
|
||||
[self setTitle: @"Colors"];
|
||||
[self setTitle: _(@"Colors")];
|
||||
|
||||
v = [self contentView];
|
||||
|
||||
|
@ -284,7 +284,7 @@ static int _gs_gui_color_picker_mode = NSRGBModeColorPanel;
|
|||
[_alphaSlider setMaxValue: MAX_ALPHA_VALUE];
|
||||
[_alphaSlider setFloatValue: MAX_ALPHA_VALUE];
|
||||
[_alphaSlider setContinuous: YES];
|
||||
[_alphaSlider setTitle: @"Opacity"];
|
||||
[_alphaSlider setTitle: _(@"Opacity")];
|
||||
[[_alphaSlider cell] setBezeled: YES];
|
||||
[_alphaSlider setTarget: self];
|
||||
[_alphaSlider setAction: @selector(_alphaChanged:)];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue