[gnome-software: 1/2] gs-first-run-dialog: Change ‘Let’s Go Shopping’ to ‘Browse Software’
- From: Phaedrus Leeds <mwleeds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 1/2] gs-first-run-dialog: Change ‘Let’s Go Shopping’ to ‘Browse Software’
- Date: Fri, 8 Jan 2021 23:06:17 +0000 (UTC)
commit dad2aeddc97329073b4e4a6b009caf11f2f54d7b
Author: Philip Withnall <pwithnall endlessos org>
Date: Wed Dec 16 14:28:16 2020 +0000
gs-first-run-dialog: Change ‘Let’s Go Shopping’ to ‘Browse Software’
More boring, but a little more understandable. gnome-software doesn’t
currently support app purchases, so ‘going shopping’ doesn’t quite make
sense.
Signed-off-by: Philip Withnall <pwithnall endlessos org>
Fixes: #872
src/gs-first-run-dialog.ui | 2 +-
tests/actions.py | 2 +-
tests/basic.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gs-first-run-dialog.ui b/src/gs-first-run-dialog.ui
index 3861bd823..f3adacef2 100644
--- a/src/gs-first-run-dialog.ui
+++ b/src/gs-first-run-dialog.ui
@@ -59,7 +59,7 @@
</child>
<child>
<object class="GtkButton" id="button">
- <property name="label" translatable="yes">_Let’s Go Shopping</property>
+ <property name="label" translatable="yes">_Browse Software</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/tests/actions.py b/tests/actions.py
index da0887edd..8e8d0930c 100755
--- a/tests/actions.py
+++ b/tests/actions.py
@@ -32,7 +32,7 @@ try:
doDelay(1)
try:
- shopping_button = app.child(name=u'Let\u2019s Go Shopping', retry=False)
+ shopping_button = app.child(name=u'Browse Software', retry=False)
shopping_button.click()
except tree.SearchError:
print "not first-run, moving on"
diff --git a/tests/basic.py b/tests/basic.py
index cbca229dc..d693e4865 100755
--- a/tests/basic.py
+++ b/tests/basic.py
@@ -40,7 +40,7 @@ try:
search_page_listbox = search_page.child(roleName='list box')
try:
- shopping_button = app.child(name=u'Let\u2019s Go Shopping', retry=False)
+ shopping_button = app.child(name=u'Browse Software', retry=False)
shopping_button.click()
except tree.SearchError:
print "not first-run, moving on"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]