diff options
Diffstat (limited to 'wizards/com/sun/star/wizards/common/strings.hrc')
-rw-r--r-- | wizards/com/sun/star/wizards/common/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/common/strings.hrc b/wizards/com/sun/star/wizards/common/strings.hrc index 5949fae37ea1..bb3f07237961 100644 --- a/wizards/com/sun/star/wizards/common/strings.hrc +++ b/wizards/com/sun/star/wizards/common/strings.hrc @@ -21,7 +21,7 @@ gettext.textdomain('wiz') def NC_(context, string): # Contextual strings are stored with the concatenation of - # the context, a EOT byte, and the original string, instead of the original string + # the context, an EOT byte, and the original string, instead of the original string # see https://www.gnu.org/software/gettext/manual/html_node/MO-Files.html ret = gettext.gettext(context + chr(4) + string) if ret.find(chr(4)) == -1: |