Skip to content

Commit

Permalink
Merge branch 'wip/piotrdrag/missing-strings' into 'master'
Browse files Browse the repository at this point in the history
Mark missing strings for translation

See merge request World/gcolor3!114
  • Loading branch information
Hjdskes committed Sep 2, 2018
2 parents f2f0ad9 + faff21f commit f52ed14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/color-row.ui
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">baseline</property>
<property name="label">Hex</property>
<property name="label" translatable="yes">Hex</property>
<property name="justify">center</property>
<property name="single_line_mode">True</property>
<property name="track_visited_links">False</property>
Expand Down
4 changes: 2 additions & 2 deletions data/window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label">Save a picked color to make it appear here</property>
<property name="label" translatable="yes">Save a picked color to make it appear here</property>
<property name="wrap">True</property>
<property name="track_visited_links">False</property>
<style>
Expand All @@ -91,7 +91,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label">You have no saved colors</property>
<property name="label" translatable="yes">You have no saved colors</property>
<property name="track_visited_links">False</property>
<attributes>
<attribute name="scale" value="2"/>
Expand Down

0 comments on commit f52ed14

Please sign in to comment.