Until the string freeze, we should remove the ki18n marker and put them back after string freeze... And yes, the string freeze has taken way too long; I've got a couple of patches with new strings lined up as well.

On Tue, 14 Feb 2012, Sebastian Sauer wrote:

On 02/14/2012 04:45 PM, Boudewijn Rempt wrote:
Er... We're in string freeze :-(. And if we change the string, the "Per"
should be changed to "By" as well.

Indeed. Close to half a year string-freeze now :-/

Anyways, how to fix? I see 2 options;

1. we accept that calligraconveter is a command-line tool that targets power-users and developers who prefer functionality over localization. We show them the inportant information what can be done when producing PDFs with calligraconverter

2. we just comment out the 3 lines and effectively hide the inportant information but keep the functionality and the arguments working. The user can only either guess the arguments or read the source-code.

Opinions, ideas, wishes?

On Tue, 14 Feb 2012, Sebastian Sauer wrote:

Git commit c15faf35e11266d9605759db227036830bfebc6e by Sebastian Sauer.
Committed on 14/02/2012 at 16:38.
Pushed by sebsauer into branch 'master'.

Better description

M +1 -1 tools/converter/calligraconverter.cpp

http://commits.kde.org/calligra/c15faf35e11266d9605759db227036830bfebc6e

diff --git a/tools/converter/calligraconverter.cpp
b/tools/converter/calligraconverter.cpp
index 5753945..5fd6148 100644
--- a/tools/converter/calligraconverter.cpp
+++ b/tools/converter/calligraconverter.cpp
@@ -157,7 +157,7 @@ int main(int argc, char **argv)
// PDF related options.
options.add("print-orientation <name>", ki18n("The print orientation.
This could be either Portrait or Landscape."));
options.add("print-papersize <name>", ki18n("The paper size. A4,
Legal, Letter, ..."));
- options.add("print-margin <size>", ki18n("The size of the margin.
Per default this is 0.2."));
+ options.add("print-margin <size>", ki18n("The size of the paper
margin. Per default this is 0.2."));

KCmdLineArgs::addCmdLineOptions(options);




_______________________________________________
calligra-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/calligra-devel

Reply via email to