mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
11 lines
787 B
Text
11 lines
787 B
Text
--- components/commerce_strings.grdp.orig 2023-11-29 21:39:57 UTC
|
|
+++ components/commerce_strings.grdp
|
|
@@ -304,7 +304,7 @@
|
|
<message name="IDS_PRICE_HISTORY_DESCRIPTION" desc="The description of the Price History section in the Shopping Insights side panel explaining how the prices are gathered.">
|
|
Typical prices are based on stores across the web over the past 90 days.
|
|
</message>
|
|
- <if expr="is_win or is_linux">
|
|
+ <if expr="is_win or is_posix">
|
|
<then>
|
|
<message name="IDS_PRICE_HISTORY_GRAPH_ACCESSIBILITY" desc="Accessibility string for the price history graph indicating how users can review the price changes on the graph.">
|
|
Browse mode, you can change to Forms mode to use the left/right arrow to review price changes on the graph
|