diff -Nru onboard-1.2.0/debian/changelog onboard-1.2.0/debian/changelog --- onboard-1.2.0/debian/changelog 2016-02-29 18:04:37.000000000 +0100 +++ onboard-1.2.0/debian/changelog 2016-04-15 22:02:55.000000000 +0200 @@ -1,3 +1,9 @@ +onboard (1.2.0-0ubuntu5) xenial; urgency=medium + + * debian/patches/fix_untranslatable_buttons.patch: create (LP: #1567301) + + -- Francesco Fumanti Fri, 15 Apr 2016 21:59:05 +0200 + onboard (1.2.0-0ubuntu4) xenial; urgency=medium * debian/patches/fix_arrows_on_compact_layout.patch: create (LP: #1550534) diff -Nru onboard-1.2.0/debian/patches/fix_untranslatable_buttons.patch onboard-1.2.0/debian/patches/fix_untranslatable_buttons.patch --- onboard-1.2.0/debian/patches/fix_untranslatable_buttons.patch 1970-01-01 01:00:00.000000000 +0100 +++ onboard-1.2.0/debian/patches/fix_untranslatable_buttons.patch 2016-04-15 21:52:07.000000000 +0200 @@ -0,0 +1,137 @@ +Index: onboard-1.2.0/settings.ui +=================================================================== +--- onboard-1.2.0.orig/settings.ui 2016-02-18 14:31:51.000000000 +0100 ++++ onboard-1.2.0/settings.ui 2016-04-15 21:27:35.187583393 +0200 +@@ -273,7 +273,7 @@ + end + + +- _Close ++ _Close + True + True + True +@@ -1458,7 +1458,7 @@ + start + + +- _New ++ _New + True + True + True +@@ -1473,7 +1473,7 @@ + + + +- _Delete ++ _Delete + True + True + True +@@ -1503,7 +1503,7 @@ + + + +- _About ++ _About + True + True + True +@@ -1613,7 +1613,7 @@ + start + + +- _New ++ _New + True + True + True +@@ -1628,7 +1628,7 @@ + + + +- _Delete ++ _Delete + True + True + True +@@ -1777,7 +1777,7 @@ + start + + +- _Add ++ _Add + True + True + True +@@ -1792,7 +1792,7 @@ + + + +- _Remove ++ _Remove + True + True + True +Index: onboard-1.2.0/settings_auto_show_dialog.ui +=================================================================== +--- onboard-1.2.0.orig/settings_auto_show_dialog.ui 2016-02-18 14:31:51.000000000 +0100 ++++ onboard-1.2.0/settings_auto_show_dialog.ui 2016-04-15 21:32:07.251576063 +0200 +@@ -81,7 +81,7 @@ + end + + +- _Close ++ _Close + True + True + True +Index: onboard-1.2.0/settings_docking_dialog.ui +=================================================================== +--- onboard-1.2.0.orig/settings_docking_dialog.ui 2016-02-18 14:31:51.000000000 +0100 ++++ onboard-1.2.0/settings_docking_dialog.ui 2016-04-15 21:35:13.779571038 +0200 +@@ -89,7 +89,7 @@ + end + + +- _Close ++ _Close + True + True + True +Index: onboard-1.2.0/settings_scanner_dialog.ui +=================================================================== +--- onboard-1.2.0.orig/settings_scanner_dialog.ui 2016-02-18 14:31:51.000000000 +0100 ++++ onboard-1.2.0/settings_scanner_dialog.ui 2016-04-15 21:37:55.915566670 +0200 +@@ -92,7 +92,7 @@ + end + + +- _Close ++ _Close + False + True + True +Index: onboard-1.2.0/settings_theme_dialog.ui +=================================================================== +--- onboard-1.2.0.orig/settings_theme_dialog.ui 2016-02-18 14:31:51.000000000 +0100 ++++ onboard-1.2.0/settings_theme_dialog.ui 2016-04-15 21:51:52.055544142 +0200 +@@ -989,7 +989,7 @@ + end + + +- _Revert ++ _Revert + True + True + False +@@ -1004,7 +1004,7 @@ + + + +- _Close ++ _Close + True + True + True diff -Nru onboard-1.2.0/debian/patches/series onboard-1.2.0/debian/patches/series --- onboard-1.2.0/debian/patches/series 2016-02-29 18:04:37.000000000 +0100 +++ onboard-1.2.0/debian/patches/series 2016-04-15 21:07:42.000000000 +0200 @@ -1,2 +1,3 @@ add_defaults_for_ubuntu.patch fix_arrows_on_compact_layout.patch +fix_untranslatable_buttons.patch