diff options
author | Will Thompson <will@willthompson.co.uk> | 2018-07-24 22:06:02 +0100 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2018-07-24 22:06:02 +0100 |
commit | 4b0c81857c42d803d3fd31251642995b12378e72 (patch) | |
tree | e7d6fbb47cf62b72e4cbc41f4d10918f55530638 | |
parent | 42d33ba92d297b4e8e703b5db34f8267e646cd66 (diff) |
Unmark placeholder strings for translation
oh no
-rw-r--r-- | data/bustle.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/bustle.ui b/data/bustle.ui index 1ae55be..79785fd 100644 --- a/data/bustle.ui +++ b/data/bustle.ui @@ -405,7 +405,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">start</property> - <property name="label" translatable="yes"><b>Oh no</b></property> + <property name="label"><b>Oh no</b></property> <property name="use_markup">True</property> <property name="wrap">True</property> <property name="selectable">True</property> @@ -421,7 +421,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">start</property> - <property name="label" translatable="yes"><small>very sad</small></property> + <property name="label"><small>very sad</small></property> <property name="use_markup">True</property> <property name="wrap">True</property> <property name="selectable">True</property> |