summaryrefslogtreecommitdiff
path: root/shared/localization.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/localization.h')
-rw-r--r--shared/localization.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/localization.h b/shared/localization.h
index 1e4cb6ed..1c1773e9 100644
--- a/shared/localization.h
+++ b/shared/localization.h
@@ -14,7 +14,7 @@
class Translation;
-namespace FreeFileSync
+namespace ffs3
{
//language independent global variables: just use operating system's default setting!
wxString getThousandsSeparator();
bgstack15