Fix sentence-casing in Repositories prefs

Spotted by Diver. Thanks!
This commit is contained in:
Humdinger 2017-09-25 19:39:25 +02:00
parent 456342ca99
commit 65ff9f27e1
1 changed files with 4 additions and 4 deletions

View File

@ -35,15 +35,15 @@ static const BString kTitleUrl = B_TRANSLATE_COMMENT("URL", "Column title");
static const BString kLabelRemove =
B_TRANSLATE_COMMENT("Remove", "Button label");
static const BString kLabelRemoveAll =
B_TRANSLATE_COMMENT("Remove All", "Button label");
B_TRANSLATE_COMMENT("Remove all", "Button label");
static const BString kLabelEnable =
B_TRANSLATE_COMMENT("Enable", "Button label");
static const BString kLabelEnableAll =
B_TRANSLATE_COMMENT("Enable All", "Button label");
B_TRANSLATE_COMMENT("Enable all", "Button label");
static const BString kLabelDisable =
B_TRANSLATE_COMMENT("Disable", "Button label");
static const BString kLabelDisableAll =
B_TRANSLATE_COMMENT("Disable All", "Button label");
B_TRANSLATE_COMMENT("Disable all", "Button label");
static const BString kStatusViewText =
B_TRANSLATE_COMMENT("Changes pending:", "Status view text");
static const BString kStatusCompletedText =