summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2017-12-20 20:10:13 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2017-12-20 20:10:13 +0100
commitd491e83d275700228bc8db5decb60c1ec013b512 (patch)
tree6d38f7daabce4cf303aa4f1366fd59e77c4e36da
parent6f9bdf3879d9c58e768538710ac1b4faa1f8e401 (diff)
downloadgnome-calendar-wip/piotrdrag/placeholder-translations.tar.gz
ui: Unmark placeholder strings from translationwip/piotrdrag/placeholder-translations
-rw-r--r--data/ui/window.ui6
-rw-r--r--data/ui/year-view.ui2
2 files changed, 4 insertions, 4 deletions
diff --git a/data/ui/window.ui b/data/ui/window.ui
index 920fc068..d20cf845 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -130,7 +130,7 @@
</child>
<child>
<object class="GtkButton" id="notification_action_button">
- <property name="label" translatable="no">button</property>
+ <property name="label">button</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -405,7 +405,7 @@
<child>
<object class="GtkModelButton" id="win-menu-open-weather">
<property name="text" translatable="yes">_Weather</property>
- <property name="menu-name" translatable="yes">weather-menu</property>
+ <property name="menu-name">weather-menu</property>
<property name="visible">True</property>
</object>
</child>
@@ -426,7 +426,7 @@
<child>
<object class="GtkModelButton">
<property name="text" translatable="yes">_Weather</property>
- <property name="menu-name" translatable="yes">main-menu</property>
+ <property name="menu-name">main-menu</property>
<property name="inverted">True</property>
<property name="centered">True</property>
<property name="visible">True</property>
diff --git a/data/ui/year-view.ui b/data/ui/year-view.ui
index 6f342463..6dc8328d 100644
--- a/data/ui/year-view.ui
+++ b/data/ui/year-view.ui
@@ -100,7 +100,7 @@
<object class="GtkLabel" id="temp_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">temp</property>
+ <property name="label">temp</property>
<property name="label">foo</property>
<style>
<class name="temp-label" />