system: Remove periods from subtitles and labels
This commit is contained in:
parent
ea24750d06
commit
1b339a8d72
6 changed files with 11 additions and 11 deletions
|
@ -201,7 +201,7 @@
|
|||
<property name="wrap">True</property>
|
||||
<property name="max-width-chars">24</property>
|
||||
<property name="justify">center</property>
|
||||
<property name="label" translatable="yes">Searches can be for countries or languages.</property>
|
||||
<property name="label" translatable="yes">Searches can be for countries or languages</property>
|
||||
<style>
|
||||
<class name="dim-label"/>
|
||||
</style>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<object class="AdwSwitchRow" id="remote_desktop_row">
|
||||
<property name="title" translatable="yes">Remote _Desktop</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="subtitle" translatable="yes">Enable or disable remote desktop connections to this computer.</property>
|
||||
<property name="subtitle" translatable="yes">Enable or disable remote desktop connections to this computer</property>
|
||||
</object>
|
||||
</child>
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
|||
<object class="AdwSwitchRow" id="remote_control_row">
|
||||
<property name="title" translatable="yes">Remote _Control</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="subtitle" translatable="yes">Allows remote connections to control the screen.</property>
|
||||
<property name="subtitle" translatable="yes">Allows remote connections to control the screen</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<child>
|
||||
<object class="AdwPreferencesGroup">
|
||||
<property name="title" translatable="yes">How to Connect</property>
|
||||
<property name="description" translatable="yes">Connect to this computer using the device name or remote desktop address.</property>
|
||||
<property name="description" translatable="yes">Connect to this computer using the device name or remote desktop address</property>
|
||||
|
||||
<child>
|
||||
<object class="AdwActionRow">
|
||||
|
@ -108,7 +108,7 @@
|
|||
<child>
|
||||
<object class="AdwPreferencesGroup">
|
||||
<property name="title" translatable="yes">Authentication</property>
|
||||
<property name="description" translatable="yes">The user name and password are required to connect to this computer.</property>
|
||||
<property name="description" translatable="yes">The user name and password are required to connect to this computer</property>
|
||||
|
||||
<child>
|
||||
<object class="AdwEntryRow" id="remote_desktop_username_entry">
|
||||
|
@ -194,7 +194,7 @@
|
|||
<child>
|
||||
<object class="AdwStatusPage">
|
||||
<property name="title" translatable="yes">Encryption Fingerprint</property>
|
||||
<property name="description" translatable="yes">The encryption fingerprint can be seen in connecting clients and should be identical.</property>
|
||||
<property name="description" translatable="yes">The encryption fingerprint can be seen in connecting clients and should be identical</property>
|
||||
<property name="vexpand">True</property>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
|
|
|
@ -287,7 +287,7 @@
|
|||
<object class="CcListRow" id="enterprise_button">
|
||||
<property name="title" translatable="yes">_Enterprise Login</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="subtitle" translatable="yes">User accounts which are managed by a company or organization.</property>
|
||||
<property name="subtitle" translatable="yes">User accounts which are managed by a company or organization</property>
|
||||
<property name="activatable">True</property>
|
||||
<property name="show-arrow">True</property>
|
||||
<signal name="activated" handler="enterprise_button_toggled_cb" object="CcAddUserDialog" swapped="yes"/>
|
||||
|
|
|
@ -190,7 +190,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="label" translatable="yes">Ensure the device is properly connected.</property>
|
||||
<property name="label" translatable="yes">Ensure the device is properly connected</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="verify_label">
|
||||
<property name="label" translatable="yes">The passwords do not match.</property>
|
||||
<property name="label" translatable="yes">The passwords do not match</property>
|
||||
<property name="visible">False</property>
|
||||
<property name="margin-top">12</property>
|
||||
</object>
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
<object class="CcListRow" id="parental_controls_row">
|
||||
<property name="visible" bind-source="CcUserPage" bind-property="is-admin" bind-flags="invert-boolean|sync-create"/>
|
||||
<property name="title" translatable="yes">_Parental Controls</property>
|
||||
<property name="subtitle" translatable="yes">Open the Parental Controls app.</property>
|
||||
<property name="subtitle" translatable="yes">Open the Parental Controls app</property>
|
||||
<property name="subtitle-lines">0</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="activatable">True</property>
|
||||
|
@ -218,7 +218,7 @@
|
|||
<property name="modal">True</property>
|
||||
<property name="hide-on-close">True</property>
|
||||
<property name="destroy_with_parent">True</property>
|
||||
<property name="body" translatable="yes">The user will not be able to use this device once their account has been removed.</property>
|
||||
<property name="body" translatable="yes">The user will not be able to use this device once their account has been removed</property>
|
||||
<property name="default-response">cancel</property>
|
||||
<property name="close-response">cancel</property>
|
||||
<signal name="response" handler="remove_local_user_response" object="CcUserPage" swapped="yes"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue