summaryrefslogtreecommitdiffstats
path: root/tderandr/libtderandr.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-08-07 21:48:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-08-07 21:48:07 +0900
commit40d566dff5ed6c36ddfff3c0193564fc801ae369 (patch)
treedca5691615fb3b0b90060409c942b4b815f2777f /tderandr/libtderandr.h
parent99ddb86155eff1e7f5d90e63fd432cc6571317aa (diff)
downloadtdelibs-40d566dff5ed6c36ddfff3c0193564fc801ae369.tar.gz
tdelibs-40d566dff5ed6c36ddfff3c0193564fc801ae369.zip
Revert "Allow extraction of strings for rotations in tderandr"
This reverts commit 99ddb86155eff1e7f5d90e63fd432cc6571317aa.
Diffstat (limited to 'tderandr/libtderandr.h')
-rw-r--r--tderandr/libtderandr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tderandr/libtderandr.h b/tderandr/libtderandr.h
index 1bf38c0f5..0e07ad96e 100644
--- a/tderandr/libtderandr.h
+++ b/tderandr/libtderandr.h
@@ -35,10 +35,10 @@
#include <ksimpleconfig.h>
#include <tdelibs_export.h>
-#define ROTATION_0_DEGREES_STRING I18N_NOOP("0 degrees")
-#define ROTATION_90_DEGREES_STRING I18N_NOOP("90 degrees")
-#define ROTATION_180_DEGREES_STRING I18N_NOOP("180 degrees")
-#define ROTATION_270_DEGREES_STRING I18N_NOOP("270 degrees")
+#define ROTATION_0_DEGREES_STRING "0 degrees"
+#define ROTATION_90_DEGREES_STRING "90 degrees"
+#define ROTATION_180_DEGREES_STRING "180 degrees"
+#define ROTATION_270_DEGREES_STRING "270 degrees"
/**
* Simple API covering most of the uses of libtderandr.