]> git.street.me.uk Git - andy/viking.git/commit - src/viktrwlayer.c
Fix translatable string with variable argument
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sat, 19 Oct 2013 20:48:57 +0000 (22:48 +0200)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sat, 19 Oct 2013 20:48:57 +0000 (22:48 +0200)
commit6e4bf6403102d2a19c9a0ce88f5714d7315bc8fd
tree0e788e678618f4456d884a578c4b19916ef58dd7
parentdc453cfd568b9b70626c5a2f09bca0ac82968f6a
Fix translatable string with variable argument

A good practice in translation is to avoid to concat strings but use
%s C format argument. This allow translators to decide where to put the
argument in the translated string.
src/viktrwlayer.c
src/vikwindow.c