Summary: | Edit Header and Update does not allow saving the file | ||
---|---|---|---|
Product: | [Unmaintained] kbabel | Reporter: | Ben Burton <bab> |
Component: | general | Assignee: | Stanislav Visnovsky <visnovsky> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ana |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ben Burton
2004-01-19 01:23:02 UTC
Hmmm, does not even work in 1.3 (KDE 3.2). OK. The button there is misleading. It updates the currently shown header according to the automatic header fixing as specified in the preferences - like updating copyright, dates etc. CVS commit by nanulo: Update misleading button label, add What's this text. CCMAIL: 72924-done@bugs.kde.org M +7 -1 headereditor.cpp 1.22 --- kdesdk/kbabel/kbabel/headereditor.cpp #1.21:1.22 @@ -47,6 +47,12 @@ HeaderEditor::HeaderEditor(Catalog* cat, connect(_catalog,SIGNAL(signalHeaderChanged()),this,SLOT(updateHeader())); - setButtonText(User1,i18n("&Update")); + setButtonText(User1,i18n("&Apply Settings")); + setButtonWhatsThis (User1, i18n("<qt><p>This button " + "updates the header using the current settings. " + "The resulting header is the one that would be written into the PO file " + "on saving.</p></qt>") ); setButtonText(Default,i18n("&Reset")); + setButtonWhatsThis (Default, i18n("<qt><p>This button " + "will revert all changes made so far.</p></qt>") ); _editor=new HeaderWidget(this,"internal headereditor"); |