From afc3a8a7e75cbd205cd8039f0ca321d46e88a7f4 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sat, 11 Mar 2017 00:14:15 +0000 Subject: [PATCH] Fix build An accidentally typed character in a translation broke it. http://build.gnome.org/continuous/buildmaster/builds/2017/03/11/0/build/log-gnome-shell.txt gl.po:632: 'msgstr' is not a valid JavaScript format string, unlike 'msgid'. Reason: In the directive number 2, the character '$' is not a valid conversion specifier. --- po/gl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/gl.po b/po/gl.po index ef860f41b..9fa3b4c0e 100644 --- a/po/gl.po +++ b/po/gl.po @@ -629,7 +629,7 @@ msgstr "%s todo o día" #: ../js/ui/dateMenu.js:287 #, javascript-format msgid "%s, then %s later." -msgstr "%s, entón %$s máis tarde." +msgstr "%s, entón %s máis tarde." #. Translators: %s is a weather condition like "Clear sky"; see #. libgweather for the possible condition strings. If at all