Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launch/Open/GoTo: Userfacing strings #32519

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

Jay-o-Way
Copy link
Collaborator

@Jay-o-Way Jay-o-Way commented Apr 18, 2024

Summary of the Pull Request

Split from #32351
Closely linked to #32514 and #32516 and #32450.

PR Checklist

  • Closes: "Open", "Launch", "Go to"... #30685
  • Communication: I've discussed this with core contributors already. If work hasn't been agreed, this work might be rejected
  • Localization: All end user facing strings can be localized
  • Dev docs: Added/updated
  • Documentation updated: If checked, please file a pull request on our docs repo and link it here: #xxx

Validation Steps Performed

Build

@Jay-o-Way Jay-o-Way requested a review from crutkas April 18, 2024 13:20
@Jay-o-Way Jay-o-Way added this to the PowerToys 0.81 milestone Apr 18, 2024
@Jay-o-Way Jay-o-Way marked this pull request as ready for review April 18, 2024 13:21
@jaimecbernardo
Copy link
Collaborator

Thanks for opening the PR :) Added some comments just from a quick glance.

@Jay-o-Way
Copy link
Collaborator Author

Jay-o-Way commented Apr 18, 2024

(off-topic) @ethanfangg I think the merge queue would be ideal for these 3 PRs + #32450

@Jay-o-Way Jay-o-Way changed the title Launch open go: Userfacing strings Launch/Open/GoTo: Userfacing strings Apr 22, 2024
@jaimecbernardo
Copy link
Collaborator

In general looks good, but will revisit this series or PRs on .82 to not interfere with localization for Build right now, since it does change quite some strings. Hope this makes sense.

Copy link
Collaborator

@jaimecbernardo jaimecbernardo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contribution! I've commented on some nits.

src/modules/imageresizer/dll/ImageResizerExt.vcxproj Outdated Show resolved Hide resolved
src/modules/previewpane/powerpreview/powerpreview.vcxproj Outdated Show resolved Hide resolved
src/runner/Resources.resx Outdated Show resolved Hide resolved
src/runner/Resources.resx Outdated Show resolved Hide resolved
src/runner/runner.vcxproj Outdated Show resolved Hide resolved
src/settings-ui/Settings.UI/Strings/en-us/Resources.resw Outdated Show resolved Hide resolved
src/settings-ui/Settings.UI/Strings/en-us/Resources.resw Outdated Show resolved Hide resolved
src/settings-ui/Settings.UI/Strings/en-us/Resources.resw Outdated Show resolved Hide resolved
src/settings-ui/Settings.UI/Strings/en-us/Resources.resw Outdated Show resolved Hide resolved
@Jay-o-Way
Copy link
Collaborator Author

All done!

@Jay-o-Way Jay-o-Way removed this from the PowerToys 0.81 milestone May 29, 2024
Copy link
Collaborator

@jaimecbernardo jaimecbernardo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jay-o-Way , thanks for the changes. Just have one final nit. WDYT? Other than that, LGTM!

src/settings-ui/Settings.UI/Strings/en-us/Resources.resw Outdated Show resolved Hide resolved
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
Copy link
Member

@crutkas crutkas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doing a quick look, the problem with this style change is "does it make sense" and context of the change. I see designer changes which are auto generated files so those shouldn't be touched.

I do see value in these but each one requires a context of what and why that is happening. What are the UX implications of the change as well. (Screenshot)

@Jay-o-Way
Copy link
Collaborator Author

@crutkas reverted Designer files ✔️

Copy link
Member

@crutkas crutkas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

big feedback for some of these is making sure they don't have unintended changes

src/modules/awake/Awake/Properties/Resources.resx Outdated Show resolved Hide resolved
src/runner/Resources.resx Outdated Show resolved Hide resolved
@@ -2027,10 +2027,10 @@ Made with 💗 by Microsoft and the PowerToys community.</value>
<value>Getting started</value>
</data>
<data name="Oobe_Launch.Text" xml:space="preserve">
<value>Launch</value>
<value>Open</value>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is this used

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are correct. But that's off-topic. Niels has already called out to look for dead strings in #32479.

@@ -831,7 +831,7 @@
<value>Try this if there are issues with the shortcut (PowerToys Run might not get focus when triggered from an elevated window)</value>
</data>
<data name="PowerLauncher_ClearInputOnLaunch.Content" xml:space="preserve">
<value>Clear the previous query on launch</value>
<value>Clear the previous query on opening</value>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't agree 'opening' is the correct verb here. Invoke could be an alternative but PT Run is a surface that is temporal.

src/settings-ui/Settings.UI/Strings/en-us/Resources.resw Outdated Show resolved Hide resolved
Copy link
Member

@crutkas crutkas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tweak the 2 reverts and accept the suggestion and i'll approve.

src/modules/awake/Awake/Properties/Resources.resx Outdated Show resolved Hide resolved
src/settings-ui/Settings.UI/Strings/en-us/Resources.resw Outdated Show resolved Hide resolved
src/runner/Resources.resx Outdated Show resolved Hide resolved
src/modules/awake/Awake/Properties/Resources.resx Outdated Show resolved Hide resolved
@@ -2027,10 +2027,10 @@ Made with 💗 by Microsoft and the PowerToys community.</value>
<value>Getting started</value>
</data>
<data name="Oobe_Launch.Text" xml:space="preserve">
<value>Launch</value>
<value>Open</value>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants