summarylogtreecommitdiffstats
path: root/feedreader.patch
diff options
context:
space:
mode:
Diffstat (limited to 'feedreader.patch')
-rw-r--r--feedreader.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/feedreader.patch b/feedreader.patch
new file mode 100644
index 000000000000..4e861d41bd18
--- /dev/null
+++ b/feedreader.patch
@@ -0,0 +1,19 @@
+--- Constants.vala.in 2017-04-25 18:21:42.896579773 -0400
++++ Constants.vala.in.b 2017-04-25 18:21:09.976531526 -0400
+@@ -43,11 +43,11 @@ namespace FeedReader {
+ }
+
+ public class MediaButton : GLib.Object {
+- public const string PLAY = N_("Play");
+- public const string PAUSE = N_("Pause");
+- public const string MUTE = N_("Mute");
+- public const string UNMUTE = N_("Unmute");
+- public const string CLOSE = N_("Close");
++ public const string PLAY = ("Play");
++ public const string PAUSE = ("Pause");
++ public const string MUTE = ("Mute");
++ public const string UNMUTE = ("Unmute");
++ public const string CLOSE = ("Close");
+ }
+
+ public class Constants : GLib.Object {