* tdecore/tdehw: replace several obscure strings with something closer
to reality
* tderandr: remove i18n from a string whic shouldn't be translated
* tdeutils/kdeglobals.kcfg: various config comments improvements
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
screendata->screenUniqueName=TQString(i18n("%1:%2")).arg(":0").arg(capitalizeString(output_info->name));// [FIXME] How can I get the name of the Xorg graphics driver currently in use?
screendata->screenUniqueName=TQString::fromLatin1("%1:%2").arg(":0").arg(capitalizeString(output_info->name);// [FIXME] How can I get the name of the Xorg graphics driver currently in use?
screendata->screenFriendlyName=TQString(i18n("%1. %2 output on %3")).arg(i+1).arg(capitalizeString(output_info->name)).arg(":0");// [FIXME] How can I get the name of the Xorg graphics driver currently in use?