[gnome-software: 2/3] gs-app-row: Fix capitalisation of a button label
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 2/3] gs-app-row: Fix capitalisation of a button label
- Date: Thu, 12 Aug 2021 15:09:49 +0000 (UTC)
commit 539bd33af1fec8a1bb380bda577ab7c8788b4bd0
Author: Philip Withnall <pwithnall endlessos org>
Date: Thu Aug 12 16:02:53 2021 +0100
gs-app-row: Fix capitalisation of a button label
Button labels should be in title case.
Signed-off-by: Philip Withnall <pwithnall endlessos org>
src/gs-app-row.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-app-row.c b/src/gs-app-row.c
index 268ceb6b5..644276d03 100644
--- a/src/gs-app-row.c
+++ b/src/gs-app-row.c
@@ -140,7 +140,7 @@ gs_app_row_refresh_button (GsAppRow *app_row, gboolean missing_search_result)
if (missing_search_result) {
/* TRANSLATORS: this is a button next to the search results that
* allows the application to be easily installed */
- gs_progress_button_set_label (GS_PROGRESS_BUTTON (priv->button), _("Visit website"));
+ gs_progress_button_set_label (GS_PROGRESS_BUTTON (priv->button), _("Visit Website"));
gs_progress_button_set_icon_name (GS_PROGRESS_BUTTON (priv->button), NULL);
} else {
/* TRANSLATORS: this is a button next to the search results that
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]