account-settings: Mark strings as translatable
This commit is contained in:
parent
77c9c73175
commit
a190f17ea3
2 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@
|
|||
<style>
|
||||
<class name="body"/>
|
||||
</style>
|
||||
<property name="label">Changing your password will log you out of your other sessions.</property>
|
||||
<property name="label" translatable="yes">Changing your password will log you out of your other sessions.</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="wrap-mode">word-char</property>
|
||||
<property name="xalign">0.0</property>
|
||||
|
@ -61,7 +61,7 @@
|
|||
<style>
|
||||
<class name="body"/>
|
||||
</style>
|
||||
<property name="label">Fractal’s support for encryption is unstable so you might lose access to your encrypted message history. It is recommended to backup your encryption keys before proceeding.</property>
|
||||
<property name="label" translatable="yes">Fractal’s support for encryption is unstable so you might lose access to your encrypted message history. It is recommended to backup your encryption keys before proceeding.</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="wrap-mode">word-char</property>
|
||||
<property name="xalign">0.0</property>
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
<style>
|
||||
<class name="body"/>
|
||||
</style>
|
||||
<property name="label">Deactivating your account means you will lose access to all your messages, contacts, files, and more, forever.</property>
|
||||
<property name="label" translatable="yes">Deactivating your account means you will lose access to all your messages, contacts, files, and more, forever.</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="wrap-mode">word-char</property>
|
||||
<property name="xalign">0.0</property>
|
||||
|
@ -64,7 +64,7 @@
|
|||
<style>
|
||||
<class name="body"/>
|
||||
</style>
|
||||
<property name="label">To confirm that you really want to deactivate this account, type in your Matrix user ID:</property>
|
||||
<property name="label" translatable="yes">To confirm that you really want to deactivate this account, type in your Matrix user ID:</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="wrap-mode">word-char</property>
|
||||
<property name="xalign">0.0</property>
|
||||
|
|
Loading…
Reference in a new issue