[gnome-shell] Fix build
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Fix build
- Date: Sat, 11 Mar 2017 00:16:54 +0000 (UTC)
commit afc3a8a7e75cbd205cd8039f0ca321d46e88a7f4
Author: Daniel Boles <dboles src gmail com>
Date: Sat Mar 11 00:14:15 2017 +0000
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/po/gl.po b/po/gl.po
index ef860f4..9fa3b4c 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]