From 983b5b7833dc83791c544810902389f3e7079b25 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Thu, 21 Aug 2014 13:17:19 +0200 Subject: [PATCH] Use resolve_kuit.py to clean i18n* --- kcmkwin/kwinrules/editshortcut.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcmkwin/kwinrules/editshortcut.ui b/kcmkwin/kwinrules/editshortcut.ui index cd27723305..bfc1f9335a 100644 --- a/kcmkwin/kwinrules/editshortcut.ui +++ b/kcmkwin/kwinrules/editshortcut.ui @@ -14,7 +14,7 @@ A single shortcut can be easily assigned or cleared using the two buttons. Only shortcuts with modifiers can be used.<p> -It is possible to have several possible shortcuts, and the first available shortcut will be used. The shortcuts are specified using shortcut sets separated by " - ". One set is specified as <i>base</i>+(<i>list</i>), where base are modifiers and list is a list of keys.<br> +It is possible to have several possible shortcuts, and the first available shortcut will be used. The shortcuts are specified using shortcut sets separated by " - ". One set is specified as <i>base</i>+(<i>list</i>), where base are modifiers and list is a list of keys.<br> For example "<b>Shift+Alt+(123) Shift+Ctrl+(ABC)</b>" will first try <b>Shift+Alt+1</b>, then others with <b>Shift+Ctrl+C</b> as the last one.