microphone: remove extra newline and spaces
The extra line was causing newline chars and whitespaces to be added to translation strings
This commit is contained in:
parent
0452e9eb4d
commit
ba3410f380
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@
|
|||
<object class="AdwPreferencesGroup">
|
||||
<property name="description" translatable="yes">Use of the microphone allows applications to record and listen to audio. Disabling the microphone may cause some applications to not function properly.
|
||||
|
||||
Allow the applications below to use your microphone.
|
||||
</property>
|
||||
Allow the applications below to use your microphone.</property>
|
||||
<child>
|
||||
<object class="GtkListBox" id="microphone_apps_list_box">
|
||||
<property name="can-focus">true</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue