Ticket #1448 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

[patch] add 2 new whats-this to editgrp.cpp

Reported by: fabian2_de Assigned to: erijo
Priority: normal Milestone: 1.3.5
Component: qt/kde gui Version: devel
Keywords: Cc:

Description

Today I've looked for the info, what "Default Group" in the group edit dialog does mean. Recently I figured out, what its meanig is.. I think it's not that sensefull to give the info by clicking on the button itself, but rather by clicking on the textfield....

in file: /plugins/qt-gui/src/editgrp.cpp
69a70
>   QWhatsThis::add(nfoDefault, tr("The default group to start up in."));
72a74
>   QWhatsThis::add(nfoNewUser, tr("The group to which new users will be automatically added.  All new users will be in the local system group New Users but for server side storage will also be stored in the specified group."));

As one can see, it uses the default translation as well. In my mind there is no need for an extra string.

Change History

2006-11-17 01:43:04 changed by erijo

  • status changed from new to assigned.
  • owner set to erijo.

2006-11-17 01:56:48 changed by erijo

  • status changed from assigned to closed.
  • resolution set to fixed.

Committed in r4748.