input-chooser: Rename "Add an Input Source" to "Add Input Source"
This will be consistent with the writing style used in Settings (e.g. "Connect to Hidden Network" and "Add Printer" instead of "Connect to a Hidden Network" and "Add a Printer" respectively).
This commit is contained in:
parent
3c0c5b7423
commit
8322ccf6c1
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<interface>
|
||||
<!-- interface-requires gtk+ 3.0 -->
|
||||
<template class="CcInputChooser" parent="AdwWindow">
|
||||
<property name="title" translatable="yes">Add an Input Source</property>
|
||||
<property name="title" translatable="yes">Add Input Source</property>
|
||||
<property name="modal">True</property>
|
||||
<property name="destroy_with_parent">True</property>
|
||||
<property name="width-request">360</property>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="use_underline">True</property>
|
||||
<property name="label" translatable="yes">_Add an Input Source…</property>
|
||||
<property name="label" translatable="yes">_Add Input Source…</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
Loading…
Add table
Reference in a new issue