X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Faliasesmodel.cpp;h=251e9e269f019a71b17aafe3521ee4e53d3f4298;hb=d37bdc91c5474603e1417c2cd9c40c02e1ad5ee6;hp=3896eb8f55d3b7c5714431b27b1265971ea6c5f8;hpb=8179670f13fbbdd5cbcd7fb4a3dc187913ee9ba3;p=quassel.git diff --git a/src/qtui/settingspages/aliasesmodel.cpp b/src/qtui/settingspages/aliasesmodel.cpp index 3896eb8f..251e9e26 100644 --- a/src/qtui/settingspages/aliasesmodel.cpp +++ b/src/qtui/settingspages/aliasesmodel.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -53,9 +53,9 @@ QVariant AliasesModel::data(const QModelIndex &index, int role) const { case 1: return "The string the shortcut will be expanded to
" "special variables:
" - " - $i represenents the i'th parameter.
" - " - $i..j represenents the i'th to j'th parameter separated by spaces.
" - " - $i.. represenents all parameters from i on separated by spaces.
" + " - $i represents the i'th parameter.
" + " - $i..j represents the i'th to j'th parameter separated by spaces.
" + " - $i.. represents all parameters from i on separated by spaces.
" " - $i:hostname represents the hostname of the user identified by the i'th parameter or a * if unknown.
" " - $0 the whole string.
" " - $currentnick your current nickname
"