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.
This commit is contained in:
parent
4714c73f0f
commit
afc3a8a7e7
2
po/gl.po
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user