[nautilus/wip/cdavis/use-status-page: 4/4] general: Refine status page writing style
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/cdavis/use-status-page: 4/4] general: Refine status page writing style
- Date: Sat, 16 Jul 2022 20:19:51 +0000 (UTC)
commit edd2180158b37be347e309bf89573734ee8f390d
Author: Christopher Davis <christopherdavis gnome org>
Date: Sat Jul 16 16:04:45 2022 -0400
general: Refine status page writing style
Updates the writing style of the status pages to follow
https://developer.gnome.org/hig/guidelines/writing-style.html.
This means making sure titles use header grammar and capitalization,
and that sentences have punctuation.
src/gtk/nautilusgtkplacesview.ui | 6 +++---
src/resources/ui/nautilus-no-search-results.ui | 2 +-
src/resources/ui/nautilus-starred-is-empty.ui | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/gtk/nautilusgtkplacesview.ui b/src/gtk/nautilusgtkplacesview.ui
index 1e7048d3e..d5063bdf6 100644
--- a/src/gtk/nautilusgtkplacesview.ui
+++ b/src/gtk/nautilusgtkplacesview.ui
@@ -101,7 +101,7 @@
<property name="child">
<object class="AdwStatusPage">
<property name="icon-name">network-server-symbolic</property>
- <property name="title" translatable="yes" comments="Translators: Server as any successfully
connected network address">No recent servers found</property>
+ <property name="title" translatable="yes" comments="Translators: Server as any successfully
connected network address">No Recent Servers</property>
<style>
<class name="compact"/>
</style>
@@ -186,8 +186,8 @@
<property name="child">
<object class="AdwStatusPage">
<property name="icon-name">edit-find-symbolic</property>
- <property name="title" translatable="yes">No results found</property>
- <property name="label" translatable="yes">Try a different search</property>
+ <property name="title" translatable="yes">No Results Found</property>
+ <property name="label" translatable="yes">Try a different search.</property>
</object>
</property>
</object>
diff --git a/src/resources/ui/nautilus-no-search-results.ui b/src/resources/ui/nautilus-no-search-results.ui
index 04a767d6f..1a843f037 100644
--- a/src/resources/ui/nautilus-no-search-results.ui
+++ b/src/resources/ui/nautilus-no-search-results.ui
@@ -4,6 +4,6 @@
<object class="AdwStatusPage" id="no_search_results">
<property name="icon_name">edit-find-symbolic</property>
<property name="title" translatable="yes">No Results Found</property>
- <property name="description" translatable="yes">Try a different search</property>
+ <property name="description" translatable="yes">Try a different search.</property>
</object>
</interface>
diff --git a/src/resources/ui/nautilus-starred-is-empty.ui b/src/resources/ui/nautilus-starred-is-empty.ui
index 6f90359dc..7fdd25a01 100644
--- a/src/resources/ui/nautilus-starred-is-empty.ui
+++ b/src/resources/ui/nautilus-starred-is-empty.ui
@@ -3,6 +3,6 @@
<requires lib="gtk" version="4.0"/>
<object class="AdwStatusPage" id="starred_is_empty">
<property name="icon_name">starred-symbolic</property>
- <property name="title" translatable="yes">Starred files will appear here</property>
+ <property name="title" translatable="yes">No Starred Files</property>
</object>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]