[Libreoffice-bugs] [Bug 129786] Incorrect title of dialog "Set background image" in Draw

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Jan 21 12:30:23 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=129786

Muhammet Kara <muhammet.kara at collabora.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |difficultyBeginner,
                   |                            |easyHack, skillCpp, skillUI

--- Comment #5 from Muhammet Kara <muhammet.kara at collabora.com> ---
(In reply to Xisco Faulí from comment #4)
> @Muhammet, @Heiko, this issue looks like a good candidate for an easyhack.
> What do you think? would you mind providing the code pointer ?

@Xisco, Nice catch! :)

Just invoke 'git grep "Set Background Image for"' on terminal inside the
cloned/local core repo/dir, to find the location of the title string.

You will find something like this:

#define STR_SOMETHING                      NC_("STR_SOMETHING", "Set Background
Image for Slide ..." )

Then invoke 'git grep STR_SOMETHING' to find the locations where this string is
used, and check to make sure it is not used somewhere else not-suitable for its
new form ("Set Background Image").

Then replace "Set Background Image for Slide ..." you found earlier with "Set
Background Image", and test to see it in action, and submit the patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200121/997929e1/attachment.htm>


More information about the Libreoffice-bugs mailing list