UI text: fix capitalization

Reviewed-by: con
This commit is contained in:
Leena Miettinen
2011-03-21 16:16:19 +01:00
parent b8441f0e4f
commit ed070ff235
7 changed files with 13 additions and 13 deletions

View File

@@ -124,9 +124,9 @@ void ImageViewerActionHandler::createActions()
d_ptr->context, QKeySequence(tr("Ctrl+0")));
registerNewAction(FitToScreen, Constants::ACTION_FIT_TO_SCREEN, tr("Fit To Screen"),
d_ptr->context, QKeySequence(tr("Ctrl+=")));
registerNewAction(Background, Constants::ACTION_BACKGROUND, tr("Switch background"),
registerNewAction(Background, Constants::ACTION_BACKGROUND, tr("Switch Background"),
d_ptr->context, QKeySequence(tr("Ctrl+[")));
registerNewAction(Outline, Constants::ACTION_OUTLINE, tr("Switch outline"),
registerNewAction(Outline, Constants::ACTION_OUTLINE, tr("Switch Outline"),
d_ptr->context, QKeySequence(tr("Ctrl+]")));
}