From 02bf7911f3afe6e5960349e5e61329afb3a995a9 Mon Sep 17 00:00:00 2001 From: un1versal Date: Thu, 8 Oct 2015 13:10:17 +0100 Subject: [ci skip] no strings - cpp files - typo corrections --- src/modules/dialog/libkvidialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/dialog/libkvidialog.cpp') diff --git a/src/modules/dialog/libkvidialog.cpp b/src/modules/dialog/libkvidialog.cpp index f9e39d386..82c7a8833 100644 --- a/src/modules/dialog/libkvidialog.cpp +++ b/src/modules/dialog/libkvidialog.cpp @@ -170,7 +170,7 @@ void KviKvsCallbackMessageBox::done(int code) @examples: [example] [comment]# Just a warning dialog[/comment] - dialog.message("Warning","You're being warned",warning,"Ok"){ echo The user clicked OK; } + dialog.message("Warning","You're being warned",warning,"OK"){ echo The user clicked OK; } [comment]# A question[/comment] dialog.message("And now ?","What do you want to do ?",information,"Go home","Watch TV","Scream") { @@ -468,7 +468,7 @@ void KviKvsCallbackTextInput::showEvent(QShowEvent *e) @examples: [example] [comment]# We need a single line "reason"[/comment] - dialog.textinput -d="Working !" (Away,