[gnome-usage/wip/piotrdrag/missingstrings] speedometer: Mark missing strings for translation
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-usage/wip/piotrdrag/missingstrings] speedometer: Mark missing strings for translation
- Date: Sat, 10 Feb 2018 12:22:04 +0000 (UTC)
commit 5544fa88767f2a1847ca8516eb56c22ed150fe84
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sat Feb 10 13:18:59 2018 +0100
speedometer: Mark missing strings for translation
data/ui/memory-speedometer.ui | 6 +++---
data/ui/swap-speedometer.ui | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/ui/memory-speedometer.ui b/data/ui/memory-speedometer.ui
index 28d85b0..350938c 100644
--- a/data/ui/memory-speedometer.ui
+++ b/data/ui/memory-speedometer.ui
@@ -35,7 +35,7 @@
<child>
<object class="GtkLabel">
<property name="visible">True</property>
- <property name="label">RAM</property>
+ <property name="label" translatable="yes">RAM</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -50,7 +50,7 @@
<object class="GtkLabel" id="ram_used_label">
<property name="visible">True</property>
<property name="xalign">1.0</property>
- <property name="label">Used</property>
+ <property name="label" translatable="yes">Used</property>
<style>
<class name="dim-label"/>
</style>
@@ -74,7 +74,7 @@
<object class="GtkLabel" id="ram_available_label">
<property name="visible">True</property>
<property name="xalign">1.0</property>
- <property name="label">Available</property>
+ <property name="label" translatable="yes">Available</property>
<style>
<class name="dim-label"/>
</style>
diff --git a/data/ui/swap-speedometer.ui b/data/ui/swap-speedometer.ui
index 340e840..8a72519 100644
--- a/data/ui/swap-speedometer.ui
+++ b/data/ui/swap-speedometer.ui
@@ -33,7 +33,7 @@
<child>
<object class="GtkLabel">
<property name="visible">True</property>
- <property name="label">Swap</property>
+ <property name="label" translatable="yes">Swap</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -48,7 +48,7 @@
<object class="GtkLabel" id="swap_used_label">
<property name="visible">True</property>
<property name="xalign">1.0</property>
- <property name="label">Used</property>
+ <property name="label" translatable="yes">Used</property>
<style>
<class name="dim-label"/>
</style>
@@ -72,7 +72,7 @@
<object class="GtkLabel" id="swap_available_label">
<property name="visible">True</property>
<property name="xalign">1.0</property>
- <property name="label">Available</property>
+ <property name="label" translatable="yes">Available</property>
<style>
<class name="dim-label"/>
</style>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]