[haiku-bugs] Re: [Haiku] #7767: Change "Do it" to a proper verb in Tracker Dialogs

  • From: "humdinger" <trac@xxxxxxxxxxxx>
  • Date: Sun, 06 Nov 2011 09:35:35 -0000

#7767: Change "Do it" to a proper verb in Tracker Dialogs
------------------------------------+----------------------------
   Reporter:  jscipione             |      Owner:  axeld
       Type:  enhancement           |     Status:  reopened
   Priority:  normal                |  Milestone:  R1
  Component:  Applications/Tracker  |    Version:  R1/Development
 Resolution:                        |   Keywords:  UI
 Blocked By:                        |   Blocking:
Has a Patch:  1                     |   Platform:  All
------------------------------------+----------------------------
Changes (by humdinger):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 Hi John, I'm sorry to bother you again...[[BR]]
 At HTA, there's now an entry
 {{{
 %toConfirmAction
 Note: Action label for the button, e.g. Rename
 }}}
 coming from this code:
 {{{
 BString buttonLabel(B_TRANSLATE_COMMENT("%toConfirmAction",
         "Action label for the button, e.g. Rename"));
 buttonLabel.ReplaceFirst("%toConfirmAction", toConfirmAction);
 }}}
 Shouldn't this be simply:
 {{{
 BString buttonLabel(toConfirmAction);
 }}}
 I attached the change as diff.

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/7767#comment:15>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: