Tiny cosmetic string changes for Appearance prefs.
* More general tab title "Decorators" * Sentence casing "Window decorator:". Here the "Window" is OK, there could be "OSD decorators" etc. in the future.
This commit is contained in:
@@ -55,7 +55,7 @@ APRWindow::APRWindow(BRect frame)
|
|||||||
fColorsView = new APRView(B_TRANSLATE("Colors"));
|
fColorsView = new APRView(B_TRANSLATE("Colors"));
|
||||||
|
|
||||||
fDecorSettings = new DecorSettingsView(
|
fDecorSettings = new DecorSettingsView(
|
||||||
B_TRANSLATE("Window Decorator"));
|
B_TRANSLATE("Decorators"));
|
||||||
|
|
||||||
fAntialiasingSettings = new AntialiasingSettingsView(
|
fAntialiasingSettings = new AntialiasingSettingsView(
|
||||||
B_TRANSLATE("Antialiasing"));
|
B_TRANSLATE("Antialiasing"));
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ DecorSettingsView::DecorSettingsView(const char* name)
|
|||||||
// Decorator menu
|
// Decorator menu
|
||||||
_BuildDecorMenu();
|
_BuildDecorMenu();
|
||||||
fDecorMenuField = new BMenuField("decorator",
|
fDecorMenuField = new BMenuField("decorator",
|
||||||
B_TRANSLATE("Window Decorator:"), fDecorMenu);
|
B_TRANSLATE("Window decorator:"), fDecorMenu);
|
||||||
|
|
||||||
fDecorInfoButton = new BButton(B_TRANSLATE("About"),
|
fDecorInfoButton = new BButton(B_TRANSLATE("About"),
|
||||||
new BMessage(kMsgDecorInfo));
|
new BMessage(kMsgDecorInfo));
|
||||||
|
|||||||
Reference in New Issue
Block a user